Skip to content

Commit

Permalink
0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Dec 13, 2024
1 parent ec255da commit edd777a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-hono",
"version": "0.0.17",
"version": "0.0.18",
"license": "MIT",
"description": "Hono middlewares for Remix",
"author": "Sergio Xalambrí <hello@sergiodxa.com> (https://sergiodxa.com/)",
Expand Down Expand Up @@ -62,7 +62,12 @@
"sponsor": {
"url": "https://github.com/sponsors/sergiodxa"
},
"files": ["src", "build", "package.json", "README.md"],
"files": [
"src",
"build",
"package.json",
"README.md"
],
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
Expand Down Expand Up @@ -111,5 +116,7 @@
"vite-tsconfig-paths": "^5.1.3",
"zod": "^3.22.4"
},
"trustedDependencies": ["@biomejs/biome"]
"trustedDependencies": [
"@biomejs/biome"
]
}

0 comments on commit edd777a

Please sign in to comment.