瀏覽代碼

Updated deps and started using the ^ semver range.

Piotrek Koszuliński 10 年之前
父節點
當前提交
4bce8ca0f7
共有 1 個文件被更改,包括 5 次插入5 次删除
  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",