Skip to content

Commit

Permalink
fix: Declare hono as peer dependency (#192)
Browse files Browse the repository at this point in the history
* Fixes #191

Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
  • Loading branch information
marvinruder committed Aug 27, 2024
1 parent e42500f commit ceace6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,8 @@
"ts-jest": "^29.1.1",
"tsup": "^7.2.0",
"typescript": "^5.3.2"
},
"peerDependencies": {
"hono": "^4"
}
}

0 comments on commit ceace6b

Please sign in to comment.