diff options
| author | Fuwn <[email protected]> | 2022-05-18 04:08:52 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-18 04:08:52 -0700 |
| commit | ebc72061fec75d44f41c776708275d9c323ca827 (patch) | |
| tree | 983dfda1c7de41cfcb6283a6f657e75fb771c729 /old/deps.ts | |
| parent | refactor: reimplement (diff) | |
| download | macy-main.tar.xz macy-main.zip | |
Diffstat (limited to 'old/deps.ts')
| -rw-r--r-- | old/deps.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/old/deps.ts b/old/deps.ts deleted file mode 100644 index f3c2ba6..0000000 --- a/old/deps.ts +++ /dev/null @@ -1,10 +0,0 @@ -// This file is part of Macy <https://github.com/Fuwn/macy>. -// Copyright (C) 2022-2022 Fuwn <[email protected]> -// -// All Rights Reserved. -// -// Copyright (C) 2022-2022 Fuwn <[email protected]> -// SPDX-License-Identifier: UNLICENSED - -export * as deploy from "https://deno.land/x/[email protected]/deploy.ts"; -export * from "https://deno.land/x/[email protected]/mod.ts"; |