Skip to content

Commit 90228d7

Browse files
committed
0.0.17
1 parent 2246124 commit 90228d7

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.16",
3+
"version": "0.0.17",
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",
@@ -109,5 +114,7 @@
109114
"vite-tsconfig-paths": "^5.1.3",
110115
"zod": "^3.22.4"
111116
},
112-
"trustedDependencies": ["@biomejs/biome"]
117+
"trustedDependencies": [
118+
"@biomejs/biome"
119+
]
113120
}

0 commit comments

Comments
 (0)