Skip to content

Commit ecbc61c

Browse files
committed
Fix async version for older nodes
1 parent 779c806 commit ecbc61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"jshint": "1.1.0",
3030
"semver": "~1.1.4",
31-
"async": "^0.2.10"
31+
"async": "0.2.10"
3232
},
3333
"scripts": {
3434
"test": "make test-travis connectionString=postgres://postgres@localhost:5432/postgres",

0 commit comments

Comments
 (0)