Remove debugging command

This commit is contained in:
James Allen 2017-11-27 16:51:20 +00:00
parent 5e0fc24c1a
commit 4c504ad8eb

View file

@ -18,8 +18,7 @@
"compile:unit_tests": "bin/compile_unit_tests",
"compile:acceptance_tests": "bin/compile_acceptance_tests",
"compile:app": "bin/compile_app",
"start": "npm run compile:app && node app.js",
"echo": "echo $@"
"start": "npm run compile:app && node app.js"
},
"dependencies": {
"archiver": "0.9.0",