Merge pull request #658 from cvrebert/master

bump devDependencies
This commit is contained in:
Chris Rebert 2014-08-26 11:25:52 -07:00
Родитель 85d58c90b3 dc459982f8
Коммит ceebebe831
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -33,7 +33,7 @@
"grunt-contrib-csslint": "~0.2.0", "grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-cssmin": "~0.10.0", "grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jshint": "~0.10.0", "grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-sass": "~0.7.3", "grunt-contrib-sass": "~0.8.1",
"grunt-contrib-uglify": "~0.5.1", "grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1", "grunt-contrib-watch": "~0.6.1",
"grunt-csscomb": "~3.0.0", "grunt-csscomb": "~3.0.0",
@ -42,7 +42,7 @@
"grunt-jscs": "~0.6.2", "grunt-jscs": "~0.6.2",
"grunt-sed": "~0.1.1", "grunt-sed": "~0.1.1",
"load-grunt-tasks": "~0.6.0", "load-grunt-tasks": "~0.6.0",
"time-grunt": "~0.4.0" "time-grunt": "~1.0.0"
}, },
"engines": { "engines": {
"node": "~0.10.1" "node": "~0.10.1"