add version to website

This commit is contained in:
itsMapleLeaf
2022-07-22 22:11:43 -05:00
parent d20afb094c
commit 3152b1b79e

View File

@@ -1,6 +1,7 @@
{
"private": true,
"name": "website",
"version": "0.4.0",
"private": true,
"scripts": {
"dev": "concurrently 'typedoc --watch' 'pnpm tailwind -- --watch' 'remix dev'",
"test": "node ./scripts/test.js",