Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 9146833

Browse files
committed
revert async upgrade; async 3 uses es6 features, and we don't want to change browser requirements
1 parent 7b7a7a9 commit 9146833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"dependencies": {
77
"arraydiff": "^0.1.1",
8-
"async": "^3.1.0",
8+
"async": "^1.4.2",
99
"fast-deep-equal": "^2.0.1",
1010
"hat": "0.0.3",
1111
"make-error": "^1.1.1",

0 commit comments

Comments
 (0)