We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ecd867 commit 632cc99Copy full SHA for 632cc99
package.json
@@ -52,7 +52,8 @@
52
"build-debug": "npm run pre && npm run styles-debug && browserify -d -t [babelify --only client] -e client/app.js -o dist/scripts/app.js",
53
"unitcov": "istanbul cover _mocha --recursive test/unit",
54
"unitdev": "mocha -w --recursive test/unit -R min",
55
- "gendocs": "apidoc -i lib/ -o apidocs/"
+ "gendocs": "apidoc -i lib/ -o apidocs/",
56
+ "debug": "node debug bin/strider --no-cluster"
57
},
58
"dependencies": {
59
"md5": "^2.0.0",
0 commit comments