Skip to content

Commit

Permalink
fix: remove subpath from package.json (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde authored Apr 18, 2022
1 parent 69d1eba commit dd87773
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,16 @@
"*.config.js"
],
"exports": {
"./package.json": "./package.json",
".": {
"browser": "./dist/module/index.js",
"module": "./dist/module/index.js",
"import": "./dist/esm/index.mjs",
"require": "./dist/main/index.js",
"umd": "./dist/umd/exploration.js",
"source": "./src/index.ts",
"types": "./types/index.d.ts",
"default": "./dist/main/index.js"
},
"./package.json": "./package.json",
"./*": "./"
}
},
"jest": {
"collectCoverageFrom": [
Expand Down

0 comments on commit dd87773

Please sign in to comment.