Skip to content

Commit

Permalink
fix: add "package.json" subpath export (#1530)
Browse files Browse the repository at this point in the history
* fix: export "package.json" subpath

* chore: drop "default" export for "package.json"

---------

Co-authored-by: Artem Zakharchenko <kettanaito@gmail.com>
  • Loading branch information
iceu-bb and kettanaito authored Feb 3, 2023
1 parent 1180c41 commit 12a581f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"types": "./lib/node/index.d.ts",
"require": "./lib/node/index.js",
"default": "./lib/node/index.mjs"
}
},
"./package.json": "./package.json"
},
"bin": {
"msw": "cli/index.js"
Expand Down

0 comments on commit 12a581f

Please sign in to comment.