From 81e4e3c46e2bd96a64a6a63b49cbae2fd3a8c75c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 6 Dec 2024 17:08:48 +0000 Subject: [PATCH] 0.0.1 --- package.json | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ac6e587..5c0267d 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,11 @@ { "name": "@vd-tech/remix-auth-strategies", - "version": "0.0.0", + "version": "0.0.1", "description": "A collection of authentication strategies for Remix Auth, designed to simplify the integration of various OAuth2 providers.", "license": "MIT", - "funding": ["https://github.com/sponsors/paul-vd"], + "funding": [ + "https://github.com/sponsors/paul-vd" + ], "author": { "name": "Paul van Dyk", "email": "paul@vandyk.fr", @@ -17,7 +19,13 @@ "bugs": { "url": "https://github.com/vd-tech/remix-auth-strategies/issues" }, - "keywords": ["remix", "remix-auth", "auth", "authentication", "strategy"], + "keywords": [ + "remix", + "remix-auth", + "auth", + "authentication", + "strategy" + ], "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", @@ -30,7 +38,11 @@ "engines": { "node": ">=20.0.0" }, - "files": ["build", "package.json", "README.md"], + "files": [ + "build", + "package.json", + "README.md" + ], "exports": { "./azure": "./build/azure.js", "./auth0": "./build/auth0.js",