Skip to content

Commit

Permalink
Attempt to remove local exports field
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Oct 2, 2023
1 parent 823d70b commit 3c97274
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@
"bugs": {
"url": "https://github.com/csandman/chakra-react-select/issues"
},
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"module": "./dist/esm/index.js",
"default": "./dist/cjs/index.js"
}
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
Expand Down

0 comments on commit 3c97274

Please sign in to comment.