Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit 0c6ee4b

Browse files
deno: use esm.sh for now
1 parent dc2478b commit 0c6ee4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deno.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
},
55
"imports": {
66
"eszip": "https://deno.land/x/[email protected]/mod.ts",
7-
"octokit": "https://den.ooo/npm/[email protected]",
8-
"semver": "https://den.ooo/npm/[email protected]",
9-
"typebox": "https://den.ooo/npm/@sinclair/[email protected]",
10-
"typebox/value": "https://den.ooo/npm/@sinclair/[email protected]/value"
7+
"octokit": "https://esm.sh/[email protected]?target=es2022",
8+
"semver": "https://esm.sh/[email protected]?target=es2022",
9+
"typebox": "https://esm.sh/@sinclair/[email protected]?target=es2022",
10+
"typebox/value": "https://esm.sh/@sinclair/[email protected]/value?target=es2022"
1111
},
1212
"lock": false
1313
}

0 commit comments

Comments
 (0)