Skip to content

Commit 978f6ba

Browse files
committed
fix(gulp:jshint): include jshint alongside gulp-jshint
it's a peerDependency of gulp-jshint, so npm 3 won't install it for us
1 parent d9d9f62 commit 978f6ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: app/templates/_package.json

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"gulp-istanbul-enforcer": "^1.0.3",
6363
"gulp-jscs": "^3.0.2",
6464
"gulp-jshint": "^2.0.0",
65+
"jshint": "2.9.2",
6566
"gulp-livereload": "^3.8.0",
6667
"gulp-load-plugins": "^1.0.0-rc.1",
6768
"gulp-minify-css": "^1.1.6",

0 commit comments

Comments
 (0)