Skip to content

Commit

Permalink
build: 🚧 remove export of package.json file not necessary export
Browse files Browse the repository at this point in the history
  • Loading branch information
luffynando committed Oct 6, 2024
1 parent 64faf4f commit a4bb015
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"default": "./dist/commonjs/types.js"
}
},
"./package.json": "./package.json",
"./browser": {
"import": {
"types": "./dist/esm/base/index.d.ts",
Expand Down Expand Up @@ -165,7 +164,6 @@
"exports": {
".": "./src/index.ts",
"./types": "./src/types.ts",
"./package.json": "./package.json",
"./browser": "./src/base/index.ts",
"./node": "./src/node/index.ts"
}
Expand Down

0 comments on commit a4bb015

Please sign in to comment.