Skip to content

Commit

Permalink
experiment: narrow exports
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Oct 18, 2023
1 parent 5382719 commit f2b1ea3
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,9 @@
"main": "./index.cjs",
"module": "./index.js",
"exports": {
".": {
"types": "./index.d.ts",
"require": "./index.cjs",
"import": "./index.js"
},
"./*": {
"types": "./index.d.ts",
"require": "./index.cjs",
"import": "./index.js"
}
"types": "./index.d.ts",
"require": "./index.cjs",
"import": "./index.js"
},
"sideEffects": false,
"devDependencies": {
Expand Down

0 comments on commit f2b1ea3

Please sign in to comment.