Removed unused packages

This commit is contained in:
Mike Francis 2014-12-09 16:38:29 +00:00
parent 97aaccae54
commit 7a68b3eb0b
1 changed files with 2 additions and 4 deletions

View File

@ -1,14 +1,12 @@
{ {
"devDependencies": { "devDependencies": {
"grunt": "~0.4.2", "grunt": "~0.4.2",
"grunt-contrib-sass": "~0.7.3", "grunt-sass": "~0.17.0",
"grunt-contrib-watch": "~0.6.1", "grunt-contrib-watch": "~0.6.1",
"grunt-imageoptim": "~1.4.1", "grunt-imageoptim": "~1.4.1",
"grunt-svg2png": "~0.2.0", "grunt-svg2png": "~0.2.0",
"grunt-svgmin": "~0.4.0", "grunt-svgmin": "~0.4.0",
"grunt-contrib-uglify": "~0.5.0", "grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0", "grunt-autoprefixer": "~0.8.2"
"grunt-autoprefixer": "~0.8.2",
"grunt-browserify": "~2.1.4"
} }
} }