Skip to content

Commit 30a7ad0

Browse files
committed
8.4.1
1 parent 69db1fb commit 30a7ad0

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "remix-utils",
3-
"version": "8.4.0",
3+
"version": "8.4.1",
44
"license": "MIT",
55
"engines": {
66
"node": ">=20.0.0"
77
},
88
"type": "module",
9-
"funding": ["https://github.com/sponsors/sergiodxa"],
9+
"funding": [
10+
"https://github.com/sponsors/sergiodxa"
11+
],
1012
"exports": {
1113
"./package.json": "./package.json",
1214
"./middleware/basic-auth": {
@@ -298,5 +300,9 @@
298300
"dependencies": {
299301
"type-fest": "^4.37.0"
300302
},
301-
"files": ["build", "package.json", "README.md"]
303+
"files": [
304+
"build",
305+
"package.json",
306+
"README.md"
307+
]
302308
}

0 commit comments

Comments
 (0)