Skip to content

Commit edd777a

Browse files
committed
0.0.18
1 parent ec255da commit edd777a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remix-hono",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"license": "MIT",
55
"description": "Hono middlewares for Remix",
66
"author": "Sergio Xalambrí <[email protected]> (https://sergiodxa.com/)",
@@ -62,7 +62,12 @@
6262
"sponsor": {
6363
"url": "https://github.com/sponsors/sergiodxa"
6464
},
65-
"files": ["src", "build", "package.json", "README.md"],
65+
"files": [
66+
"src",
67+
"build",
68+
"package.json",
69+
"README.md"
70+
],
6671
"scripts": {
6772
"build": "tsc",
6873
"typecheck": "tsc --noEmit",
@@ -111,5 +116,7 @@
111116
"vite-tsconfig-paths": "^5.1.3",
112117
"zod": "^3.22.4"
113118
},
114-
"trustedDependencies": ["@biomejs/biome"]
119+
"trustedDependencies": [
120+
"@biomejs/biome"
121+
]
115122
}

0 commit comments

Comments
 (0)