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 f77e9e4 commit 3242eeeCopy full SHA for 3242eee
package.json
@@ -8,7 +8,8 @@
8
"jscs": "jscs index.js test",
9
"validate": "npm run jshint && npm run jscs",
10
"testling": "browserify -t brfs test/test.js | testling",
11
- "test": "cd test; covert test.js && ./cli.sh"
+ "unit": "(cd test; covert test.js && ./cli.sh)",
12
+ "test": "npm run validate && npm run unit"
13
},
14
"bin": {
15
"jsonmlparse": "bin/cli.js"
0 commit comments