0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00

feat(request): Make request.ts available throught JSR for frameworks that need to instantiate HonoRequest (#3425)

* Update jsr.json

* Update jsr.json
This commit is contained in:
Thomas Cruveilher 2024-09-24 12:09:54 +09:00 committed by GitHub
parent 991a57bc00
commit 27961dcf31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",
@ -116,4 +117,4 @@
"src/**/*.test.tsx"
]
}
}
}