mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-08 15:57:37 +08:00
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:
parent
4e95f92232
commit
a26cc26f36
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@
|
|||
"gulp-uglify": "*",
|
||||
"gulp-util": "*",
|
||||
"gulp-zip": "*",
|
||||
"jshint": "*",
|
||||
"jshint-summary": "*",
|
||||
"lodash": "~3.9.3",
|
||||
"node-fs": "*",
|
||||
|
|
Loading…
Reference in a new issue