Move load-grunt-tasks task to prod dependency

This commit is contained in:
Ben Ramey
2014-03-22 20:41:22 -05:00
parent 7a08dcf176
commit a931aa3073

View File

@@ -11,7 +11,8 @@
"then-jade": "1.1.0",
"sails-mongo": "latest",
"mongodb": "latest",
"nodemailer": "~0.6.1"
"nodemailer": "~0.6.1",
"load-grunt-tasks": "~0.3.0"
},
"scripts": {
"start": "node app.js",
@@ -22,7 +23,6 @@
"author": "Ben Ramey",
"license": "",
"devDependencies": {
"load-grunt-tasks": "~0.3.0",
"glob": "3.2.8",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",