diff options
Diffstat (limited to 'tools/release/deps.ts')
-rw-r--r-- | tools/release/deps.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/release/deps.ts b/tools/release/deps.ts new file mode 100644 index 000000000..df7a4fc60 --- /dev/null +++ b/tools/release/deps.ts @@ -0,0 +1,3 @@ +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. + +export * from "https://raw.githubusercontent.com/denoland/automation/0.2.0/mod.ts"; |