mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 03:33:45 +00:00
Define npm peer dependency explicitly
npm 3 requires dependencies to be explicitly defined. Bug: T172094 Change-Id: Ic640ccf0f577e47036d473892522ea758014fab4
This commit is contained in:
parent
0ad2bfcbb4
commit
aa5d550e7f
|
@ -11,12 +11,13 @@
|
|||
"test": "grunt test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-wikimedia": "0.4.0",
|
||||
"grunt": "1.0.1",
|
||||
"grunt-banana-checker": "0.6.0",
|
||||
"grunt-eslint": "20.0.0",
|
||||
"eslint-config-wikimedia": "0.4.0",
|
||||
"grunt-jsonlint": "1.1.0",
|
||||
"grunt-stylelint": "0.7.0",
|
||||
"stylelint": "7.8.0",
|
||||
"stylelint-config-wikimedia": "0.4.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue