mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
b9d9cd17c9
I updated the lockfile with: ``` deno cache --lock=tools/deno.lock.json --lock-write ./tools/wpt.ts ./tools/upload_wptfyi.js ./tools/release/deps.ts ```
4 lines
257 B
TypeScript
4 lines
257 B
TypeScript
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
|
|
|
|
export * from "https://raw.githubusercontent.com/denoland/automation/0.19.0/mod.ts";
|
|
export * from "https://raw.githubusercontent.com/denoland/automation/0.19.0/github_actions.ts";
|