mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 02:54:23 +00:00
build: bump grunt and drop grunt-cli
grunt 1.x now includes a CLI command, hence grunt-cli is no more needed. Change-Id: I94f0c66236b5f0f12220741276c7fe24a89c65e0
This commit is contained in:
parent
12672436f6
commit
901dc5c039
|
@ -8,11 +8,10 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"grunt": "1.0.1",
|
||||
"grunt-cli": "1.2.0",
|
||||
"grunt-banana-checker": "0.5.0",
|
||||
"grunt-contrib-csslint": "1.0.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