mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-10-16 16:46:13 +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-uglify": "*",
|
||||||
"gulp-util": "*",
|
"gulp-util": "*",
|
||||||
"gulp-zip": "*",
|
"gulp-zip": "*",
|
||||||
|
"jshint": "*",
|
||||||
"jshint-summary": "*",
|
"jshint-summary": "*",
|
||||||
"lodash": "~3.9.3",
|
"lodash": "~3.9.3",
|
||||||
"node-fs": "*",
|
"node-fs": "*",
|
||||||
|
|
Loading…
Add table
Reference in a new issue