Browse Source

Being more agreessive with grunt update for common packages.

fredck 11 years ago
parent
commit
b5c0900dfc
1 changed files with 5 additions and 5 deletions
  1. 5 5
      package.json

+ 5 - 5
package.json

@@ -3,11 +3,11 @@
   "version": "0.1.0",
   "description": "A short description",
   "devDependencies": {
-    "grunt": "~0.4.5",
-    "grunt-jscs": "~0.6.2",
-    "grunt-contrib-jshint": "~0.10.0",
-    "grunt-githooks": "~0.3.1",
-    "load-grunt-tasks": "~0.6.0"
+    "grunt": "~0",
+    "grunt-jscs": "~0",
+    "grunt-contrib-jshint": "~0",
+    "grunt-githooks": "~0",
+    "load-grunt-tasks": "~0"
   },
   "author": "CKSource (http://cksource.com/)",
   "license": "See LICENSE.md",