Parcourir la source

Updated deps and started using the ^ semver range.

Piotrek Koszuliński il y a 10 ans
Parent
commit
4bce8ca0f7
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  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",