Skip to content

Commit aa6ab02

Browse files
committed
chore(release): 1.4.1
1 parent 1351319 commit aa6ab02

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turborepo-shadcn-ui",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"private": true,
55
"license": "MIT",
66
"scripts": {

packages/ui/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
"./tailwind.config": "./tailwind.config.ts",
3535
"./lib/*": "./src/lib/*.ts",
3636
"./hooks/*": "./src/hooks/*.ts",
37-
"./components/*": [
38-
"./src/components/*.tsx",
39-
"./src/components/*.ts"
40-
]
37+
"./components/*": "./src/components/*.tsx"
4138
}
4239
}

0 commit comments

Comments
 (0)