Skip to content

Commit 05f7360

Browse files
committed
8.7.0
1 parent a0dc79d commit 05f7360

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "remix-utils",
3-
"version": "8.6.0",
3+
"version": "8.7.0",
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": {
@@ -324,5 +326,9 @@
324326
"dependencies": {
325327
"type-fest": "^4.37.0"
326328
},
327-
"files": ["build", "package.json", "README.md"]
329+
"files": [
330+
"build",
331+
"package.json",
332+
"README.md"
333+
]
328334
}

0 commit comments

Comments
 (0)