Merge pull request #219 from ricordisamoa/devDependencies

Bump devDependencies to latest and make pass
This commit is contained in:
Niklas Laxström
2016-05-03 11:44:58 +03:00
2 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
"eqeqeq": true,
"forin": false,
"immed": true,
"latedef": true,
"latedef": "nofunc",
"newcap": true,
"noarg": true,
"noempty": true,

View File

@@ -25,10 +25,10 @@
"Siebrand Mazeland"
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.8.0",
"grunt-contrib-qunit": "^0.5.2"
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-qunit": "^1.2.0"
},
"repository": {
"type": "git",