Skip to content

Commit c01eca4

Browse files
committed
8.2.0
1 parent b314d57 commit c01eca4

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.1.1",
3+
"version": "8.2.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
"./middlewares/session": {
@@ -260,5 +262,9 @@
260262
"dependencies": {
261263
"type-fest": "^4.33.0"
262264
},
263-
"files": ["build", "package.json", "README.md"]
265+
"files": [
266+
"build",
267+
"package.json",
268+
"README.md"
269+
]
264270
}

0 commit comments

Comments
 (0)