Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

Commit 6a37394

Browse files
committed
Require AsyncIterator 1.1.
Restores support for OPTIONAL.
1 parent 01e1af5 commit 6a37394

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
@@ -24,7 +24,7 @@
2424
"browserify": "browserify browser.js -u stream -o ldf-client-browser.js"
2525
},
2626
"dependencies": {
27-
"asynciterator": "^1.0.0",
27+
"asynciterator": "^1.1.0",
2828
"follow-redirects": "^0.2.0",
2929
"lodash": "~2.4.1",
3030
"lru-cache": "^4.0.1",

0 commit comments

Comments
 (0)