Przeglądaj źródła

Updated deps and started using the ^ semver range.

Piotrek Koszuliński 10 lat temu
rodzic
commit
4bce8ca0f7
1 zmienionych plików z 5 dodań i 5 usunięć
  1. 5 5
      package.json

+ 5 - 5
package.json

@@ -5,11 +5,11 @@
   "keywords": [],
   "dependencies": {},
   "devDependencies": {
-    "grunt": "~0",
-    "grunt-jscs": "~1",
-    "grunt-contrib-jshint": "~0",
-    "grunt-githooks": "~0",
-    "shelljs": "~0"
+    "grunt": "^0",
+    "grunt-jscs": "^2.0.0",
+    "grunt-contrib-jshint": "^0",
+    "grunt-githooks": "^0",
+    "shelljs": "^0"
   },
   "author": "CKSource (http://cksource.com/)",
   "license": "See LICENSE.md",