Skip to content

Commit

Permalink
fix(gulp:jshint): include jshint alongside gulp-jshint
Browse files Browse the repository at this point in the history
it's a peerDependency of gulp-jshint, so npm 3 won't install it for us
  • Loading branch information
Awk34 committed Apr 21, 2016
1 parent d9d9f62 commit 978f6ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"gulp-istanbul-enforcer": "^1.0.3",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"jshint": "2.9.2",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-css": "^1.1.6",
Expand Down

0 comments on commit 978f6ba

Please sign in to comment.