Skip to content

Commit af9ca4e

Browse files
committed
1.4.5
1 parent 3721aa6 commit af9ca4e

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

package.json

+12-3
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.4",
4+
"version": "1.4.5",
55
"description": "Plug & play shadcn/ui components for better-auth",
66
"scripts": {
77
"build": "tsup --clean --dts",
@@ -53,8 +53,17 @@
5353
}
5454
}
5555
},
56-
"files": ["src", "dist"],
57-
"keywords": ["typescript", "react", "better-auth", "shadcn", "nextjs"],
56+
"files": [
57+
"src",
58+
"dist"
59+
],
60+
"keywords": [
61+
"typescript",
62+
"react",
63+
"better-auth",
64+
"shadcn",
65+
"nextjs"
66+
],
5867
"author": "daveycodez",
5968
"license": "MIT",
6069
"devDependencies": {

0 commit comments

Comments
 (0)