Skip to content

Commit d4eb06d

Browse files
committed
4.0.0
1 parent 89ad79d commit d4eb06d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remix-auth",
3-
"version": "3.7.0",
3+
"version": "4.0.0",
44
"author": {
55
"name": "Sergio Xalambrí",
66
"email": "[email protected]",
@@ -32,8 +32,15 @@
3232
"engines": {
3333
"node": ">=20.0.0"
3434
},
35-
"files": ["build", "src", "package.json", "README.md"],
36-
"funding": ["https://github.com/sponsors/sergiodxa"],
35+
"files": [
36+
"build",
37+
"src",
38+
"package.json",
39+
"README.md"
40+
],
41+
"funding": [
42+
"https://github.com/sponsors/sergiodxa"
43+
],
3744
"homepage": "https://github.com/sergiodxa/remix-auth",
3845
"license": "MIT",
3946
"scripts": {

0 commit comments

Comments
 (0)