From ef898cab2832eba6de4ae47179b7330d7c906410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Xalambr=C3=AD?= Date: Tue, 24 Dec 2024 17:21:10 +0000 Subject: [PATCH] 3.2.1 --- package.json | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 64d617c..7e01886 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,18 @@ { "name": "remix-auth-oauth2", - "version": "3.2.0", + "version": "3.2.1", "description": "A strategy to use and implement OAuth2 framework for authentication with federated services like Google, Facebook, GitHub, etc.", "license": "MIT", - "funding": ["https://github.com/sponsors/sergiodxa"], - "keywords": ["remix", "remix-auth", "auth", "authentication", "strategy"], + "funding": [ + "https://github.com/sponsors/sergiodxa" + ], + "keywords": [ + "remix", + "remix-auth", + "auth", + "authentication", + "strategy" + ], "author": { "name": "Sergio Xalambrí", "email": "hello+oss@sergiodxa.com", @@ -30,7 +38,11 @@ "engines": { "node": "^20.0.0 || >=20.0.0" }, - "files": ["build", "package.json", "README.md"], + "files": [ + "build", + "package.json", + "README.md" + ], "exports": { ".": "./build/index.js", "./package.json": "./package.json"