/Wiki/sources/honojs__hono/2026/https-raw-githubusercontent-com-honojs-hono-main-af20449237bc-deno-land-x-to-jsr-s0002-c0000.md
`deno.land/x` to JSR - hono-docs
deno.land/x to JSR Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://raw.githubusercontent.com/honojs/hono/main/docs/MIGRA...
deno.land/x to JSR
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://raw.githubusercontent.com/honojs/hono/main/docs/MIGRATION.md#deno-land-x-to-jsr
Summary
There is no breaking change, but we no longer publish the module from deno.land/x. If you want to use Hono on Deno, use JSR instead of it. If you migrate, replace the path deno.land/x with JSR's. ```ts // From import { Hono } from 'h...
Content
There is no breaking change, but we no longer publish the module from deno.land/x. If you want to use Hono on Deno, use JSR instead of it.
If you migrate, replace the path deno.land/x with JSR's.
// From
import { Hono } from 'https://deno.land/x/hono/mod.ts'
// To
import { Hono } from 'jsr:@hono/hono'You can see more details on our website: https://hono.dev/getting-started/deno