Upgrade other dependencies

Nothing groundbreaking. `semver` was likely already installed at 2.0.x
anyway (since >=) and `grunt-contrib-jshint` just gives us `jshint`
@ 2.1.3
This commit is contained in:
Paul O’Shannessy
2013-07-09 10:55:56 -07:00
parent 1500e9810c
commit 8db2ba9130
+2 -2
View File
@@ -47,10 +47,10 @@
"grunt-cli": "~0.1.9",
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.5.4",
"grunt-contrib-jshint": "~0.6.0",
"optimist": "~0.4.0",
"phantomjs": ">= 1.9.0",
"semver": ">= 1.1.4",
"semver": "~2.0.0",
"uglify-js": "~2.3.6",
"grunt-contrib-clean": "~0.4.1",
"grunt-compare-size": "~0.4.0",