From 2a05df8f0afcc9e686948e6ca65969e1749f8d4e Mon Sep 17 00:00:00 2001 From: Mason Williams Date: Fri, 1 May 2026 14:22:07 -0400 Subject: [PATCH] chore: format package.json with prettier Co-authored-by: Cursor --- packages/managed-auth-react/package.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/packages/managed-auth-react/package.json b/packages/managed-auth-react/package.json index 2637e2d..de9f6b1 100644 --- a/packages/managed-auth-react/package.json +++ b/packages/managed-auth-react/package.json @@ -13,9 +13,17 @@ "bugs": { "url": "https://github.com/kernel/managed-auth-react/issues" }, - "keywords": ["kernel", "auth", "react", "managed-auth", "authentication"], + "keywords": [ + "kernel", + "auth", + "react", + "managed-auth", + "authentication" + ], "type": "module", - "sideEffects": ["**/*.css"], + "sideEffects": [ + "**/*.css" + ], "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", @@ -28,7 +36,11 @@ "./styles.css": "./dist/styles.css", "./package.json": "./package.json" }, - "files": ["dist", "README.md", "LICENSE"], + "files": [ + "dist", + "README.md", + "LICENSE" + ], "scripts": { "build": "tsup", "dev": "tsup --watch",