We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1351319 commit aa6ab02Copy full SHA for aa6ab02
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "turborepo-shadcn-ui",
3
- "version": "1.4.0",
+ "version": "1.4.1",
4
"private": true,
5
"license": "MIT",
6
"scripts": {
packages/ui/package.json
@@ -34,9 +34,6 @@
34
"./tailwind.config": "./tailwind.config.ts",
35
"./lib/*": "./src/lib/*.ts",
36
"./hooks/*": "./src/hooks/*.ts",
37
- "./components/*": [
38
- "./src/components/*.tsx",
39
- "./src/components/*.ts"
40
- ]
+ "./components/*": "./src/components/*.tsx"
41
}
42
0 commit comments