Unverified Commit 5cb637f0 authored by robin*'s avatar robin* Committed by Hong Minhee
Browse files

Add export and import in deno.json

parent cda17d57
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -12,7 +12,8 @@
    "./webfinger": "./webfinger/mod.ts",
    "./x/denokv": "./x/denokv.ts",
    "./x/fresh": "./x/fresh.ts",
    "./x/hono": "./x/hono.ts"
    "./x/hono": "./x/hono.ts",
    "./x/sveltekit": "./x/sveltekit.ts"
  },
  "imports": {
    "@cfworker/json-schema": "npm:@cfworker/json-schema@^2.0.1",
@@ -28,6 +29,7 @@
    "@fedify/fedify/x/denokv": "./x/denokv.ts",
    "@fedify/fedify/x/fresh": "./x/fresh.ts",
    "@fedify/fedify/x/hono": "./x/hono.ts",
    "@fedify/fedify/x/sveltekit": "./x/sveltekit.ts",
    "@hongminhee/aitertools": "jsr:@hongminhee/aitertools@^0.6.0",
    "@hugoalh/http-header-link": "jsr:@hugoalh/http-header-link@^1.0.2",
    "@logtape/logtape": "jsr:@logtape/logtape@^0.8.0",