Browse Source

Merge branch 'feature/EAGLESIX-5462-pin-all-npm-pypi-bower-packages'

* feature/EAGLESIX-5462-pin-all-npm-pypi-bower-packages:
  EAGLESIX-5462 Pin package versions.
Charles Ezell 10 years ago
parent
commit
87b0f6c7e7
1 changed files with 5 additions and 5 deletions
  1. 5 5
      package.json

+ 5 - 5
package.json

@@ -23,13 +23,13 @@
   ],
   "dependencies": {
     "sift": "0.2.4",
-	"async": "*"
+	"async": "~0.2.10"
   },
   "devDependencies": {
-    "mocha": "*",
-    "jshint": "*",
-    "jscoverage": "0.3.8",
-    "jscheckstyle": "*"
+    "mocha": "~2.1.0",
+    "jshint": "~2.6.0",
+    "jscoverage": "~0.5.9",
+    "jscheckstyle": "~0.0.9"
   },
   "license": "AGPL",
   "private": true,