Fix devDependencies, grunt-mocha-phantomjs version

This commit is contained in:
Josh Goldberg
2015-07-23 11:39:17 -07:00
parent 663a7626c1
commit 86be58e867
+3 -3
View File
@@ -14,14 +14,14 @@
"url": "https://github.com/FullScreenShenanigans/ModAttachr/issues"
},
"license": "MIT",
"dependencies": {
"devDependencies": {
"chai": "~2.2.X",
"grunt-contrib-clean": "~0.6.0",
"grunt": "~0.4.X",
"grunt-cli": "~0.1.X",
"grunt-contrib-clean": "~0.6.X",
"grunt-contrib-copy": "~0.8.X",
"grunt-contrib-uglify": "~0.8.X",
"grunt-mocha-phantomjs": "~0.6.X",
"grunt-mocha-phantomjs": "~0.7.X",
"grunt-tslint": "2.0.X",
"grunt-typescript": "0.6.X",
"mocha": "~2.2.X",