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

@@ -17,7 +17,7 @@
* limitations under the License.
*/
import * as program from 'commander';
import program from 'commander';
import moment from 'moment';
import { AlfrescoApi, AlfrescoApiConfig } from '@alfresco/js-api';
import { logger } from './logger';