Skip to content

Commit 027e526

Browse files
committed
8.1.1
1 parent 5e3bd0e commit 027e526

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.1.0",
3+
"version": "8.1.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
"./promise": {
@@ -256,5 +258,9 @@
256258
"dependencies": {
257259
"type-fest": "^4.33.0"
258260
},
259-
"files": ["build", "package.json", "README.md"]
261+
"files": [
262+
"build",
263+
"package.json",
264+
"README.md"
265+
]
260266
}

0 commit comments

Comments
 (0)