Update grunt npm packages

grunt 1.0.1 no longer also needs grunt-cli

Change-Id: I2b542884d265630b19408258a1f496e0338e85ec
This commit is contained in:
addshore 2016-05-02 10:43:45 +01:00
parent 5496370086
commit 79cfbf8199

View file

@ -5,11 +5,10 @@
"test": "grunt test"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "0.11.3",
"grunt-banana-checker": "0.4.0",
"grunt": "1.0.1",
"grunt-contrib-jshint": "1.0.0",
"grunt-banana-checker": "0.5.0",
"grunt-jscs": "2.1.0",
"grunt-jsonlint": "1.0.4"
"grunt-jsonlint": "1.0.7"
}
}