Move grunt packages to dev dependencies

This commit is contained in:
Kevin Sawicki
2013-05-29 13:16:44 -07:00
parent fe7f36ad7f
commit 73a755f29b

View File

@@ -57,13 +57,13 @@
"text-tmbundle": "1.0.0",
"textmate-clojure": "1.0.0",
"xml-tmbundle": "1.0.0",
"yaml-tmbundle": "1.0.0",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-coffeelint": "0.0.6"
"yaml-tmbundle": "1.0.0"
},
"devDependencies": {
"biscotto": "0.0.11",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-coffeelint": "0.0.6",
"grunt-contrib-csslint": "~0.1.2"
},
"private": true,