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 b635439 commit 9e0d055Copy full SHA for 9e0d055
1 file changed
package.json
@@ -16,7 +16,7 @@
16
},
17
"scripts": {
18
"test": "npm run lint && mocha -R dot && npm run cover",
19
- "lint": "jshint . && jscs . -v",
+ "lint": "jshint ./index.js && jscs ./index.js -v",
20
"cover": "istanbul cover --report text --report html --report lcov node_modules/mocha/bin/_mocha -- -R tap",
21
"preversion": "npm test",
22
"postversion": "git push && git push --tags"
0 commit comments