Skip to content

Commit

Permalink
chore: update stream-to-pull-stream dependency (ipfs#1952)
Browse files Browse the repository at this point in the history
Pending resolution of pull-stream/stream-to-pull-stream#16. The extra `destroy` function causes babel to throw after babel/babel#9493 was merged and released.

License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
  • Loading branch information
Alan Shaw authored Mar 20, 2019
1 parent f378129 commit 9031492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"pump": "^3.0.0",
"readable-stream": "^3.1.1",
"receptacle": "^1.3.2",
"stream-to-pull-stream": "^1.7.2",
"stream-to-pull-stream": "github:pull-stream/stream-to-pull-stream#fix/remove-unused-destroy",
"tar-stream": "^2.0.0",
"temp": "~0.9.0",
"update-notifier": "^2.5.0",
Expand Down

0 comments on commit 9031492

Please sign in to comment.