Skip to content

Commit

Permalink
chore(packages): remove unnecessary exports
Browse files Browse the repository at this point in the history
  • Loading branch information
damianricobelli committed Aug 16, 2024
1 parent 30e01a3 commit 866a84c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
Expand Down

0 comments on commit 866a84c

Please sign in to comment.