undo changes

This commit is contained in:
Joseph Ditton 2021-12-04 20:47:18 -07:00
parent 542f29d2cd
commit 39d46f6e41

View File

@ -4,7 +4,7 @@
"description": "", "description": "",
"scripts": { "scripts": {
"watch": "parcel watch ./index.js --dist-dir ../static", "watch": "parcel watch ./index.js --dist-dir ../static",
"build": "./node_modules/parcel/lib/cli.js build ./index.js --dist-dir ../static" "build": "parcel build ./index.js --dist-dir ../static"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",