diff options
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"; |