Skip to content

Commit

Permalink
update stream export name (esm build) (#2330)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzetsu authored and dead-claudia committed Dec 4, 2018
1 parent c6d6afb commit 922093f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esm.js
Expand Up @@ -63,5 +63,5 @@ fs.writeFileSync("stream/stream.mjs",
stream.indexOf("\"use strict\"") + 13,
stream.lastIndexOf("if (typeof module")
)
+ "\nexport default createStream"
+ "\nexport default Stream"
)

0 comments on commit 922093f

Please sign in to comment.