Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 6e3c6b2

Browse files
committed
Merge pull request #25 from ipfs/lint
Look for "standard" package in node_modules
2 parents 85e38f5 + a2d2ae7 commit 6e3c6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"scripts": {
2525
"test": "node_modules/.bin/mocha",
26-
"lint": "git diff --name-only --cached --relative | egrep .js$ | xargs --no-run-if-empty standard"
26+
"lint": "git diff --name-only --cached --relative | egrep .js$ | xargs --no-run-if-empty node_modules/.bin/standard"
2727
},
2828
"pre-commit": [
2929
"lint"

0 commit comments

Comments
 (0)