summaryrefslogtreecommitdiff
path: root/old/deps.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-05-18 01:27:00 -0700
committerFuwn <[email protected]>2022-05-18 01:27:00 -0700
commit479ce70c6990a41b297b7c025b101ac1e2b9c113 (patch)
tree6dcb99e7b04d252709458d5918c9c5f336225e70 /old/deps.ts
parentfeat(mod): more instructions for setup (diff)
downloadmacy-479ce70c6990a41b297b7c025b101ac1e2b9c113.tar.xz
macy-479ce70c6990a41b297b7c025b101ac1e2b9c113.zip
refactor: reimplement
Diffstat (limited to 'old/deps.ts')
-rw-r--r--old/deps.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/deps.ts b/old/deps.ts
new file mode 100644
index 0000000..f3c2ba6
--- /dev/null
+++ b/old/deps.ts
@@ -0,0 +1,10 @@
+// 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";