Define npm peer dependency explicitly

npm 3 requires dependencies to be explicitly defined.

Bug: T172094
Change-Id: Ic640ccf0f577e47036d473892522ea758014fab4
This commit is contained in:
Antoine Musso 2017-07-31 13:01:20 +02:00
parent a7c83858c6
commit 77b8b4cbcf

View file

@ -9,6 +9,7 @@
"grunt-contrib-jshint": "1.0.0",
"grunt-jsonlint": "1.0.7",
"grunt-stylelint": "0.6.0",
"stylelint": "7.8.0",
"stylelint-config-wikimedia": "0.4.1"
}
}