Skip to content

Commit

Permalink
Add export and import in deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-maki committed Nov 23, 2024
1 parent 41e9422 commit e643b52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit e643b52

Please sign in to comment.