From 12e4b8ef3046512595545c3838762e829222c2f2 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Tue, 3 Jan 2023 11:07:41 -0500 Subject: [PATCH] use v0 urls --- import-map.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/import-map.json b/import-map.json index 29a9f729..cb74dbc7 100644 --- a/import-map.json +++ b/import-map.json @@ -1,14 +1,14 @@ { "imports": { - "prefab": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.2/src/prefab/index.ts", - "semver": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.2/src/utils/semver.ts", - "hooks": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.2/src/hooks/index.ts", - "utils": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.2/src/utils/index.ts", - "path": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.2/src/vendor/Path.ts", - "prefab/": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.2/src/prefab/", - "types": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.2/src/types.ts", - "hooks/": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.2/src/hooks/", - "utils/": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.2/src/utils/", + "prefab": "https://raw.githubusercontent.com/teaxyz/cli/v0/src/prefab/index.ts", + "semver": "https://raw.githubusercontent.com/teaxyz/cli/v0/src/utils/semver.ts", + "hooks": "https://raw.githubusercontent.com/teaxyz/cli/v0/src/hooks/index.ts", + "utils": "https://raw.githubusercontent.com/teaxyz/cli/v0/src/utils/index.ts", + "path": "https://raw.githubusercontent.com/teaxyz/cli/v0/src/vendor/Path.ts", + "prefab/": "https://raw.githubusercontent.com/teaxyz/cli/v0/src/prefab/", + "types": "https://raw.githubusercontent.com/teaxyz/cli/v0/src/types.ts", + "hooks/": "https://raw.githubusercontent.com/teaxyz/cli/v0/src/hooks/", + "utils/": "https://raw.githubusercontent.com/teaxyz/cli/v0/src/utils/", "deno/": "https://deno.land/std@0.156.0/", "is_what": "https://deno.land/x/is_what@v4.1.7/src/index.ts", "cliffy/": "https://deno.land/x/cliffy@v0.25.2/", @@ -17,4 +17,4 @@ "rimbu/": "https://deno.land/x/rimbu@0.12.3/", "retried": "https://deno.land/x/retried@1.0.1/mod.ts" } -} \ No newline at end of file +}