Skip to content

Commit 2e51e6f

Browse files
committed
4.1.0
1 parent 126b60e commit 2e51e6f

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": "4.0.0",
3+
"version": "4.1.0",
44
"author": {
55
"name": "Sergio Xalambrí",
66
"email": "[email protected]",
@@ -33,8 +33,15 @@
3333
"engines": {
3434
"node": ">=20.0.0"
3535
},
36-
"files": ["build", "src", "package.json", "README.md"],
37-
"funding": ["https://github.com/sponsors/sergiodxa"],
36+
"files": [
37+
"build",
38+
"src",
39+
"package.json",
40+
"README.md"
41+
],
42+
"funding": [
43+
"https://github.com/sponsors/sergiodxa"
44+
],
3845
"homepage": "https://github.com/sergiodxa/remix-auth",
3946
"license": "MIT",
4047
"scripts": {

0 commit comments

Comments
 (0)