update node dependencies and move them to production, fixes #36

This commit is contained in:
mrliptontea
2016-08-10 19:35:35 +01:00
parent 4181c09b02
commit defabec1ed

View File

@@ -17,10 +17,10 @@
"url": "https://github.com/mrliptontea/PurpleMine2/issues"
},
"homepage": "https://github.com/mrliptontea/PurpleMine2",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"dependencies": {
"grunt": "^1.0.1",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^1.0.0"
}
}