]> source.dussan.org Git - jquery.git/commitdiff
Use the exact versions dependencies
authorOleg <markelog@gmail.com>
Thu, 19 Dec 2013 04:32:40 +0000 (08:32 +0400)
committerOleg <markelog@gmail.com>
Thu, 19 Dec 2013 04:34:49 +0000 (08:34 +0400)
And remove unused "which" package

Closes gh-1458

package.json

index b3fa511ce905d8a6deaa362b219da2251ec7f20c..ce09760d5636f7b8c2d876ad43bfcfc2f779bf6c 100644 (file)
   ],
   "dependencies": {},
   "devDependencies": {
-    "archiver": "~0.4.10",
-    "grunt": "~0.4.1",
-    "grunt-bowercopy": "~0.4.1",
-    "grunt-cli": "~0.1.11",
-    "grunt-compare-size": "~0.4.0",
-    "grunt-contrib-jshint": "~0.7.1",
-    "grunt-contrib-uglify": "~0.2.7",
-    "grunt-contrib-watch": "~0.5.3",
-    "grunt-git-authors": "~1.2.0",
-    "grunt-jscs-checker": "~0.2.3",
-    "grunt-jsonlint": "~1.0.1",
+    "archiver": "0.4.10",
     "gzip-js": "0.3.2",
-    "load-grunt-tasks": "~0.2.0",
-    "testswarm": "~1.1.0",
-    "requirejs": "~2.1.9",
-    "which": "~1.0.5"
+    "testswarm": "1.1.0",
+    "load-grunt-tasks": "0.2.0",
+    "requirejs": "2.1.9",
+
+    "grunt": "0.4.2",
+    "grunt-cli": "0.1.11",
+
+    "grunt-contrib-jshint": "0.7.2",
+    "grunt-contrib-uglify": "0.2.7",
+    "grunt-contrib-watch": "0.5.3",
+
+    "grunt-bowercopy": "0.4.1",
+    "grunt-compare-size": "0.4.0",
+    "grunt-git-authors": "1.2.0",
+    "grunt-jscs-checker": "0.2.6",
+    "grunt-jsonlint": "1.0.4"
   },
   "scripts": {
     "build": "npm install && grunt",