Skip to content

Commit

Permalink
tests: fix linting directories to lib and test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexej Yaroshevich committed Nov 9, 2014
1 parent 9ef4bcb commit d846a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"jscs": ">=1.3.0 <2.0"
},
"scripts": {
"lint": "jshint . && jscs lib test",
"lint": "jshint lib test && jscs lib test",
"test": "npm run lint && mocha",
"browserify": "browserify --standalone JscsPluginJsdoc lib/index.js -o jscs-jsdoc-browser.js"
},
Expand Down

0 comments on commit d846a5b

Please sign in to comment.