Skip to content

Commit

Permalink
feat(request): Make request.ts available throught JSR for frameworks …
Browse files Browse the repository at this point in the history
…that need to instantiate HonoRequest (#3425)

* Update jsr.json

* Update jsr.json
  • Loading branch information
Sorikairox authored Sep 24, 2024
1 parent 991a57b commit 27961dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
],
"exports": {
".": "./src/index.ts",
"./request": "./src/request.ts",
"./types": "./src/types.ts",
"./hono-base": "./src/hono-base.ts",
"./tiny": "./src/preset/tiny.ts",
Expand Down Expand Up @@ -116,4 +117,4 @@
"src/**/*.test.tsx"
]
}
}
}

0 comments on commit 27961dc

Please sign in to comment.