Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed May 29, 2024
1 parent 08b1d26 commit 37c0812
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
{
"name": "remix-auth-oauth2",
"version": "2.0.0",
"version": "2.1.0",
"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": "[email protected]",
Expand All @@ -30,7 +38,11 @@
"engines": {
"node": "^18.0.0 || ^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"
Expand Down

0 comments on commit 37c0812

Please sign in to comment.