Skip to content

Commit bc5ab4e

Browse files
committed
8.0.0
1 parent 1622af3 commit bc5ab4e

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": "7.7.0",
3+
"version": "8.0.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
"./promise": "./build/common/promise.js",
@@ -148,5 +150,9 @@
148150
"dependencies": {
149151
"type-fest": "^4.30.0"
150152
},
151-
"files": ["build", "package.json", "README.md"]
153+
"files": [
154+
"build",
155+
"package.json",
156+
"README.md"
157+
]
152158
}

0 commit comments

Comments
 (0)