Procházet zdrojové kódy

Being more agreessive with grunt update for common packages.

fredck před 11 roky
rodič
revize
b5c0900dfc
1 změnil soubory, kde provedl 5 přidání a 5 odebrání
  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",