We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20dbe9d commit 86304c5Copy full SHA for 86304c5
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@alnthea/react-tailwind-modal",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "A fully animated and customizable modal component for React using Tailwind CSS v4.",
5
"license": "MIT",
6
"author": "AlnThea",
@@ -13,7 +13,8 @@
13
],
14
"scripts": {
15
"dev": "vite",
16
- "build": "vite build && tsc --project tsconfig.lib.json",
+ "build": "vite build && tsc --project tsconfig.lib.json && npm run fix-dts",
17
+ "fix-dts": "mv dist/Modal.d.ts dist/react-tailwind-modal.d.ts || move dist\\Modal.d.ts dist\\react-tailwind-modal.d.ts",
18
"lint": "eslint .",
19
"preview": "vite preview"
20
},
0 commit comments