diff --git a/README.md b/README.md index 42aa6e25..d57dcc96 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Turborepo starter with shadcn/ui - + This is Turborepo starter with shadcn/ui pre-configured. diff --git a/package.json b/package.json index 95cf32e6..c4473d7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turborepo-shadcn-ui", - "version": "1.4.2", + "version": "1.4.3", "private": true, "license": "MIT", "scripts": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 26622df5..88553393 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -33,7 +33,10 @@ "./postcss.config": "./postcss.config.mjs", "./tailwind.config": "./tailwind.config.ts", "./lib/*": "./src/lib/*.ts", - "./hooks/*": "./src/hooks/*.ts", + "./hooks/*": [ + "./src/hooks/*.ts", + "./src/hooks/*.tsx" + ], "./components/*": "./src/components/*.tsx" } }