From 9f8f84b25c1c2ded925a608e96604a7a29a14d73 Mon Sep 17 00:00:00 2001 From: Christopher Monsanto Date: Mon, 10 Aug 2020 05:43:44 -0400 Subject: [PATCH] deploy: remove path.js dependency from cli --- tools/deploy/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/deploy/index.ts b/tools/deploy/index.ts index 9490b655..b8d7a1f3 100644 --- a/tools/deploy/index.ts +++ b/tools/deploy/index.ts @@ -1,7 +1,6 @@ import program from 'commander'; import * as script from './script.js'; -import * as pathlib from './path.js'; import nodePath from 'path'; function collect(value : string, previous : string[]) {