Update package.json

This commit is contained in:
Mike Francis 2014-07-22 09:52:04 +01:00
parent 9f77d81bb6
commit e0a151b003
1 changed files with 5 additions and 6 deletions

View File

@ -3,13 +3,12 @@
"version": "0.1.0",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-sass": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-imageoptim": "~0.9.6",
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-watch": "~0.6.1",
"grunt-imageoptim": "~1.4.1",
"grunt-svg2png": "~0.2.0",
"grunt-svgmin": "~0.4.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-compass": "~0.8.0"
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0"
}
}