Update devDeps

This commit is contained in:
Kyle Robinson Young 2014-02-06 17:17:49 -08:00
parent b884948805
commit 30d3bf031a
2 changed files with 3 additions and 4 deletions

View File

@ -9,6 +9,5 @@
"undef": true,
"boss": true,
"eqnull": true,
"node": true,
"es5": true
"node": true
}

View File

@ -34,8 +34,8 @@
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt-contrib-internal": "~0.4.6",
"underscore.string": "~2.3.3"
},