summaryrefslogtreecommitdiff
path: root/tools/release/deps.ts
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-03-01 15:40:32 -0500
committerGitHub <noreply@github.com>2022-03-01 15:40:32 -0500
commit4be0365fb8251a8614f16e6162f4f43c9885d2a3 (patch)
tree22a9a476053487c8ac22e53e20aea4bb483fbb97 /tools/release/deps.ts
parent6a030a5396f9c838b4d4523f43ab2d9e2f502e04 (diff)
chore(tools): use automation scripts from automation repo (#13796)
Diffstat (limited to 'tools/release/deps.ts')
-rw-r--r--tools/release/deps.ts3
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";