Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 6, 2024
1 parent 0a92a04 commit 0219b5d
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,9 +1,11 @@
{
"name": "@vdtech/remix-auth-strategies",
"version": "0.0.5",
"version": "0.0.6",
"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",
Expand All @@ -24,7 +26,13 @@
"npm": {
"registry": "https://registry.npmjs.org/"
},
"keywords": ["remix", "remix-auth", "auth", "authentication", "strategy"],
"keywords": [
"remix",
"remix-auth",
"auth",
"authentication",
"strategy"
],
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
Expand All @@ -37,7 +45,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",
Expand Down

0 comments on commit 0219b5d

Please sign in to comment.