From ffed682c25de911458353fcb2fab1bcbba07ccaa Mon Sep 17 00:00:00 2001 From: Yuzu Date: Mon, 11 Jul 2022 04:27:30 -0500 Subject: [PATCH] fix: undici shim --- build.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.ts b/build.ts index 2ca1688..fef1546 100644 --- a/build.ts +++ b/build.ts @@ -4,6 +4,7 @@ await Deno.remove('npm', { recursive: true }).catch((_) => {}); await build({ shims: { + undici: true, deno: true, timers: true, custom: [ @@ -29,10 +30,10 @@ await build({ license: 'Apache License 2.0', repository: { type: 'git', - url: 'git+https://github.com/yuzudev/oasis.git', + url: 'git+https://github.com/deno-biscuit/biscuit.git', }, bugs: { - url: 'https://github.com/yuzudev/oasis/issues', + url: 'https://github.com/deno-biscuit/biscuit/issues', }, typesVersions: { '*': {