Fix error with package.json

main
Ethan Reece 2021-11-27 01:41:11 +00:00
parent 8a194d4cdd
commit 4449ba28de
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "1.0.0-pre",
"private": true,
"scripts": {
"start": "node ./bin/www",
"start": "node ./bin/www"
},
"dependencies": {
"async": "^3.2.2",