Skip to content

Commit

Permalink
8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Jan 20, 2025
1 parent 6f4c757 commit d605dd8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "remix-utils",
"version": "8.0.0",
"version": "8.1.0",
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"type": "module",
"funding": ["https://github.com/sponsors/sergiodxa"],
"funding": [
"https://github.com/sponsors/sergiodxa"
],
"exports": {
"./package.json": "./package.json",
"./promise": "./build/common/promise.js",
Expand Down Expand Up @@ -145,5 +147,9 @@
"dependencies": {
"type-fest": "^4.33.0"
},
"files": ["build", "package.json", "README.md"]
"files": [
"build",
"package.json",
"README.md"
]
}

0 comments on commit d605dd8

Please sign in to comment.