Skip to content

Commit

Permalink
react: remove tsup warning
Browse files Browse the repository at this point in the history
  • Loading branch information
damianricobelli committed Sep 30, 2024
1 parent a8ab9fb commit 48a8a32
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,15 @@
},
"homepage": "https://stepperize.vercel.app",
"sideEffects": false,
"files": [
"dist"
],
"files": ["dist"],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
"require": "./dist/index.js"
}
},
"scripts": {
Expand Down

0 comments on commit 48a8a32

Please sign in to comment.