fix(create-app): JSON

This commit is contained in:
cha0s 2022-03-03 07:41:36 -06:00
parent 72fce04802
commit f1b0a9c5a9

View File

@ -5,7 +5,7 @@
"debug": "DEBUG=*,-babel* npm run dev",
"dev": "npm run -- build -h",
"repl": "npx flecks repl --rlwrap",
"start": "DEBUG=@flecks*,-@flecks/core/flecks* npm run dev",
"start": "DEBUG=@flecks*,-@flecks/core/flecks* npm run dev"
},
"dependencies": {
"@flecks/core": "^1.0.0",