changeset 331:83df9086e723

grunt: Update versions in package manifest.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 11 Mar 2015 14:43:20 -0700
parents b4609aea0ec8
children 74b849875a57
files package.json
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/package.json	Wed Mar 11 14:42:51 2015 -0700
+++ b/package.json	Wed Mar 11 14:43:20 2015 -0700
@@ -3,13 +3,13 @@
   "version": "0.1.0",
   "dependencies": {},
   "devDependencies": {
-    "grunt": "~0.4.1",
-    "grunt-contrib-less": "~0.8.1",
-    "grunt-contrib-requirejs": "~0.4.1",
-    "grunt-contrib-copy": "~0.4.1",
-    "grunt-contrib-imagemin": "~0.3.0",
-    "grunt-contrib-jshint": "~0.7.1",
-    "grunt-contrib-watch": "~0.5.3"
+    "grunt": "~0.4.4",
+    "grunt-contrib-less": "~0.11.0",
+    "grunt-contrib-requirejs": "~0.4.3",
+    "grunt-contrib-copy": "~0.5.0",
+    "grunt-contrib-imagemin": "~0.6.1",
+    "grunt-contrib-jshint": "~0.10.0",
+    "grunt-contrib-watch": "~0.6.1"
   },
   "engines": {
     "node": ">=0.8.0"