Skip to content

Commit

Permalink
chore(release): 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dan5py committed Sep 6, 2024
1 parent 1351319 commit aa6ab02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turborepo-shadcn-ui",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
5 changes: 1 addition & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
"./tailwind.config": "./tailwind.config.ts",
"./lib/*": "./src/lib/*.ts",
"./hooks/*": "./src/hooks/*.ts",
"./components/*": [
"./src/components/*.tsx",
"./src/components/*.ts"
]
"./components/*": "./src/components/*.tsx"
}
}

0 comments on commit aa6ab02

Please sign in to comment.