Skip to content

Commit

Permalink
Merge pull request #3 from gabrielelpidio/main
Browse files Browse the repository at this point in the history
fix: update exports in package.json
  • Loading branch information
gregberge authored Dec 22, 2023
2 parents 6979a5b + ee1e6f5 commit 66848fd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
"version": "1.0.0",
"description": "Create reusable Tailwind CSS components with React.",
"type": "module",
"types": "./dist/index.d.ts",
"exports": "./dist/index.mjs",
"exports": {
".": {
"import": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"test": "vitest",
"build": "rm -rf dist && rollup -c",
Expand Down

0 comments on commit 66848fd

Please sign in to comment.