deploy: remove path.js dependency from cli

This commit is contained in:
Christopher Monsanto
2020-08-10 05:43:44 -04:00
parent abc8a5e069
commit 9f8f84b25c

View File

@@ -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[]) {