Skip to content

Commit

Permalink
fix broken default export for CJS
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq committed Apr 26, 2024
1 parent ec0db46 commit ce64206
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/shaggy-queens-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"windpipe": minor
---

fix export for CJS
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
"esm",
"cjs"
],
"splitting": true,
"cjsInterop": true,
"dts": {
"footer": "export = Stream"
}
Expand Down

0 comments on commit ce64206

Please sign in to comment.