Skip to content

Commit

Permalink
fix: export react tailwind config
Browse files Browse the repository at this point in the history
Release-As: 1.0.14
  • Loading branch information
mayconfsousa committed Jan 7, 2025
1 parent 4628cc7 commit a0ade37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"./react": {
"types": "./src/react.d.ts",
"default": "./src/react.mjs"
},
"./react-tailwind": {
"types": "./src/react-tailwind.d.ts",
"default": "./src/react-tailwind.mjs"
}
},
"repository": {
Expand Down

0 comments on commit a0ade37

Please sign in to comment.