We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cbe7f commit 0d0a749Copy full SHA for 0d0a749
package.json
@@ -5,7 +5,7 @@
5
"main": "toc.js",
6
"scripts": {
7
"jshint": "jshint *.js --config .jshintrc",
8
- "test": "npm run jshint && DEBUG=testee:* testee test/index.html --browsers firefox --reporter Spec",
+ "test": "npm run jshint && testee test/index.html --browsers firefox --reporter Spec",
9
"postversion": "git push --tags && git push",
10
"release:pre": "npm version prerelease && npm publish",
11
"release:patch": "npm version patch && npm publish",
0 commit comments