Skip to content

Commit 6ef4c01

Browse files
committed
adjust npm scripts
1 parent bccadac commit 6ef4c01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"tape": "^2.13.4"
3131
},
3232
"scripts": {
33-
"jscc": "jscs **/*.js",
34-
"jshint": "jshint **/*.js --reporter node_modules/jshint-stylish/stylish.js",
33+
"jscs": "jscs *.js **/*.js",
34+
"jshint": "jshint . --exclude node_modules --reporter node_modules/jshint-stylish/stylish.js",
3535
"test": "npm run jscs && npm run jshint && tape test | tap-colorize"
3636
}
3737
}

0 commit comments

Comments
 (0)