aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/package.json b/package.json
index 9f272de..ca64d21 100644
--- a/package.json
+++ b/package.json
@@ -26,12 +26,11 @@
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "^0.5.0",
- "grunt-contrib-concat": "~0.3.0",
+ "grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "^0.5.0",
- "grunt-contrib-jshint": "~0.7.2",
- "grunt-contrib-nodeunit": "~0.2.2",
+ "grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-sass": "^0.7.3",
- "grunt-contrib-uglify": "~0.2.7",
- "grunt-contrib-watch": "~0.5.3"
+ "grunt-contrib-uglify": "~0.5.0",
+ "grunt-contrib-watch": "~0.6.1"
}
}