Browse Source

LP-250 sync async dep version with other packages while cleaning up npm deps

Kyle P Davis 11 years ago
parent
commit
044db1c7fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -23,7 +23,7 @@
   ],
   "dependencies": {
     "sift": "*",
-	"async":"git+https://github.com/louischatriot/async"
+	"async": "*"
   },
   "devDependencies": {
     "mocha": "*",