fix different version commander

use same commander main pkg
This commit is contained in:
eromano
2022-07-27 09:54:50 +02:00
parent 84b6204dbe
commit a87bf9ab23
16 changed files with 18 additions and 18 deletions

View File

@@ -21,7 +21,7 @@
import * as shell from 'shelljs';
import * as path from 'path';
import * as program from 'commander';
import program from 'commander';
import * as fs from 'fs';
import * as ejs from 'ejs';