update devDependencies

This commit is contained in:
ccd0 2014-08-30 17:24:01 -07:00
parent 5eb6ba3ec5
commit 6eb66c34a0

View File

@ -29,17 +29,17 @@
} }
}, },
"devDependencies": { "devDependencies": {
"font-awesome": "4.0.3", "font-awesome": "4.2.0",
"grunt": "0.4.5", "grunt": "0.4.5",
"grunt-concurrent": "0.5.0", "grunt-concurrent": "0.5.0",
"grunt-contrib-clean": "0.6.0", "grunt-contrib-clean": "0.6.0",
"grunt-contrib-coffee": "0.11.1", "grunt-contrib-coffee": "0.11.1",
"grunt-contrib-compress": "0.10.0", "grunt-contrib-compress": "0.11.0",
"grunt-contrib-concat": "0.5.0", "grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "0.5.0", "grunt-contrib-copy": "0.5.0",
"grunt-contrib-watch": "0.6.1", "grunt-contrib-watch": "0.6.1",
"grunt-crx": "0.3.3", "grunt-crx": "0.3.3",
"grunt-shell": "0.7.0", "grunt-shell": "1.0.1",
"load-grunt-tasks": "0.6.0" "load-grunt-tasks": "0.6.0"
}, },
"repository": { "repository": {
@ -57,4 +57,4 @@
"engines": { "engines": {
"node": ">=0.10" "node": ">=0.10"
} }
} }