Skip to content

Commit

Permalink
Merge pull request #160 from Andarist/tweak-exports
Browse files Browse the repository at this point in the history
Tweak `package.json#exports` manifest
  • Loading branch information
xnimorz committed Apr 4, 2023
2 parents 87babb9 + ca71437 commit 370a9e6
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,10 @@
"umd:main": "dist/index.umd.js",
"exports": {
".": {
"node": {
"types": "./dist/index.d.ts",
"module": "./dist/index.module.js",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"browser": {
"types": "./dist/index.d.ts",
"import": "./dist/index.module.js",
"require": "./dist/index.js"
},
"default": "./dist/index.module.js"
"types": "./dist/index.d.ts",
"module": "./dist/index.module.js",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
Expand Down

0 comments on commit 370a9e6

Please sign in to comment.