Browse Source

EAGLESIX-5450 Pin sift to the previously working version.

Conflicts:
	package.json
Charles Ezell 10 years ago
parent
commit
ee23d7ab91
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -33,8 +33,8 @@
     "alteration"
   ],
   "dependencies": {
-    "sift": "*",
-    "async": "*"
+    "sift": "0.5.6",
+	"async": "*"
   },
   "devDependencies": {
     "mocha": "*",