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",