Skip to content

Commit

Permalink
fix: package.json entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant committed Mar 16, 2024
1 parent 4ea935a commit 82a7030
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/mighty-meals-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sec-ant/readable-stream": patch
---

Fix package.json main and module entry point.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"version": "0.4.0",
"type": "module",
"files": ["./dist"],
"main": "./dist/index.js",
"module": "./dist/index.js",
"main": "./dist/index/index.js",
"module": "./dist/index/index.js",
"exports": {
".": "./dist/index/index.js",
"./asyncIterator": "./dist/index/asyncIterator.js",
Expand Down

0 comments on commit 82a7030

Please sign in to comment.