Skip to content

Commit 9e0d055

Browse files
committed
fix: lint path
1 parent b635439 commit 9e0d055

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"scripts": {
1818
"test": "npm run lint && mocha -R dot && npm run cover",
19-
"lint": "jshint . && jscs . -v",
19+
"lint": "jshint ./index.js && jscs ./index.js -v",
2020
"cover": "istanbul cover --report text --report html --report lcov node_modules/mocha/bin/_mocha -- -R tap",
2121
"preversion": "npm test",
2222
"postversion": "git push && git push --tags"

0 commit comments

Comments
 (0)