Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Jun 3, 2024
1 parent 41f5228 commit ae367fe
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "remix-auth-form",
"version": "1.5.0",
"version": "2.0.0",
"description": "A Remix Auth strategy to work with any form",
"license": "MIT",
"funding": ["https://github.com/sponsors/sergiodxa"],
"funding": [
"https://github.com/sponsors/sergiodxa"
],
"author": {
"name": "Sergio Xalambrí",
"email": "hello+oss@sergiodxa.com",
Expand All @@ -29,7 +31,11 @@
"engines": {
"node": ">=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 ae367fe

Please sign in to comment.