Skip to content

Commit

Permalink
just using exports for now
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreardon committed May 23, 2024
1 parent 3785d20 commit 55821c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
"bind"
],
"sideEffects": false,
"main": "./dist/esm/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"exports": {
".": "./dist/esm/index.js"
},
"config": {
"prettier_target": "src/**/*.ts test/**/*.ts"
},
Expand Down

0 comments on commit 55821c7

Please sign in to comment.