Skip to content

Commit cb0d2d3

Browse files
committed
Update package.json
1 parent 3ef50aa commit cb0d2d3

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

package.json

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@daveyplate/better-auth-ui",
33
"homepage": "https://better-auth-ui.com",
4-
"version": "1.4.7",
4+
"version": "1.5.0",
55
"description": "Plug & play shadcn/ui components for better-auth",
66
"scripts": {
77
"build": "tsup --clean --dts",
@@ -53,17 +53,8 @@
5353
}
5454
}
5555
},
56-
"files": [
57-
"src",
58-
"dist"
59-
],
60-
"keywords": [
61-
"typescript",
62-
"react",
63-
"better-auth",
64-
"shadcn",
65-
"nextjs"
66-
],
56+
"files": ["src", "dist"],
57+
"keywords": ["typescript", "react", "better-auth", "shadcn", "nextjs"],
6758
"author": "daveycodez",
6859
"license": "MIT",
6960
"devDependencies": {

0 commit comments

Comments
 (0)