Skip to content

Commit d542f2e

Browse files
chore: release v0.1.0
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent cc935d5 commit d542f2e

1 file changed

Lines changed: 4 additions & 16 deletions

File tree

packages/managed-auth-react/package.json

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onkernel/managed-auth-react",
3-
"version": "0.1.0-alpha.3",
3+
"version": "0.1.0",
44
"description": "React component library for Kernel managed auth — one-component drop-in with a Clerk-style appearance API",
55
"license": "MIT",
66
"author": "Kernel Technologies, Inc.",
@@ -13,17 +13,9 @@
1313
"bugs": {
1414
"url": "https://github.com/kernel/managed-auth-react/issues"
1515
},
16-
"keywords": [
17-
"kernel",
18-
"auth",
19-
"react",
20-
"managed-auth",
21-
"authentication"
22-
],
16+
"keywords": ["kernel", "auth", "react", "managed-auth", "authentication"],
2317
"type": "module",
24-
"sideEffects": [
25-
"**/*.css"
26-
],
18+
"sideEffects": ["**/*.css"],
2719
"main": "./dist/index.cjs",
2820
"module": "./dist/index.js",
2921
"types": "./dist/index.d.ts",
@@ -36,11 +28,7 @@
3628
"./styles.css": "./dist/styles.css",
3729
"./package.json": "./package.json"
3830
},
39-
"files": [
40-
"dist",
41-
"README.md",
42-
"LICENSE"
43-
],
31+
"files": ["dist", "README.md", "LICENSE"],
4432
"scripts": {
4533
"build": "tsup",
4634
"dev": "tsup --watch",

0 commit comments

Comments
 (0)