Closes #238 Updated async library in order to use lib in —use-strict mode

This commit is contained in:
Dmitry M. Lazutkin
2014-08-28 12:04:02 +04:00
parent fb072dd70d
commit 7558a3c367
6 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -28,9 +28,9 @@
"lib": "lib"
},
"dependencies": {
"async": "0.1.15",
"semver": "~1.1.4",
"readable-stream": "~1.0.2"
"async": "~0.2.0",
"readable-stream": "~1.0.2",
"semver": "~1.1.4"
},
"devDependencies": {
"vows": "0.7.0",