Skip to content

Commit

Permalink
feat: convert to using exports field
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Than committed Nov 1, 2022
1 parent 6deb920 commit 0254c03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"main": "lib/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
"exports": {
".": {
"require": "./lib/index.js",
"default": "./esm/index.js"
}
},
"sideEffects": false,
"files": [
"lib",
Expand Down

0 comments on commit 0254c03

Please sign in to comment.