add jshint as an explicit dependency

otherwise, if it's not installed, npm shrinkwrap says
npm ERR! peer invalid: jshint@2.x, required by gulp-jshint@2.0.0

if it's installed, npm shrinkwrap says
npm ERR! extraneous: jshint@2.9.1 /path/to/rainloop-webmail/node_modules/jshint
This commit is contained in:
Hoang Xuan Phu 2016-04-15 20:50:53 +08:00
parent 4e95f92232
commit a26cc26f36

View file

@ -79,6 +79,7 @@
"gulp-uglify": "*",
"gulp-util": "*",
"gulp-zip": "*",
"jshint": "*",
"jshint-summary": "*",
"lodash": "~3.9.3",
"node-fs": "*",