Skip to content

Commit

Permalink
Remove glob from JSCS lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pdehaan committed Oct 25, 2015
1 parent 2a49e20 commit 2360108
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 @@ -44,7 +44,7 @@
"repository": "gulpjs/gulp-cli",
"scripts": {
"coveralls": "lab -r lcov | coveralls",
"lint": "eslint . && jscs *.js bin/ lib/ test/",
"lint": "eslint . && jscs index.js bin/ lib/ test/",
"prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
"pretest": "npm run lint",
"test": "lab -cv"
Expand Down

0 comments on commit 2360108

Please sign in to comment.