mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
build: Bump npm devDependencies to latest
grunt-contrib-jshint 0.12.0 → 1.0.0 grunt-contrib-watch 0.6.1 → 1.0.0 grunt-banana-checker 0.4.0 → 0.5.0 grunt-jscs 2.7.0 → 2.8.0 Change-Id: I52d27dd66103a7fe954117524e489fd5916305af
This commit is contained in:
parent
41ed6bcae9
commit
cc3971006b
|
@ -9,10 +9,10 @@
|
|||
"devDependencies": {
|
||||
"grunt": "0.4.5",
|
||||
"grunt-cli": "0.1.13",
|
||||
"grunt-contrib-jshint": "0.12.0",
|
||||
"grunt-contrib-watch": "0.6.1",
|
||||
"grunt-banana-checker": "0.4.0",
|
||||
"grunt-jscs": "2.7.0",
|
||||
"grunt-contrib-jshint": "1.0.0",
|
||||
"grunt-contrib-watch": "1.0.0",
|
||||
"grunt-banana-checker": "0.5.0",
|
||||
"grunt-jscs": "2.8.0",
|
||||
"grunt-jsonlint": "1.0.7"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue