Updated to a version of async that is compatible with IE 9 and 10

pull/2/head
Louis Chatriot 12 years ago
parent 0d42c143f6
commit 97a685ea18
  1. 2
      package.json

@ -20,7 +20,7 @@
"url": "git@github.com:louischatriot/node-embedded-db.git" "url": "git@github.com:louischatriot/node-embedded-db.git"
}, },
"dependencies": { "dependencies": {
"async": "~0.2.8", "async": "0.2.9",
"underscore": "~1.4.4", "underscore": "~1.4.4",
"binary-search-tree": "0.2.3", "binary-search-tree": "0.2.3",
"mkdirp": "~0.3.5" "mkdirp": "~0.3.5"

Loading…
Cancel
Save