File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- var program = require ( 'commander' ) ;
1+ const { Command } = require ( 'commander' ) ;
2+ const program = new Command ( ) ;
23var shell = require ( "shelljs" ) ;
34require ( "./deps" ) ;
45program . description ( 'Customized pack iClient.' ) ;
Original file line number Diff line number Diff line change 7171 "browserify-imgify" : " ^0.0.1" ,
7272 "chromedriver" : " 87.0.5" ,
7373 "clean-css-cli" : " ^4.3.0" ,
74- "commander" : " ^6.1 .0" ,
74+ "commander" : " ^9.0 .0" ,
7575 "cross-env" : " ^7.0.2" ,
7676 "css-loader" : " ^5.0.0" ,
7777 "es3ify-loader" : " ^0.2.0" ,
Original file line number Diff line number Diff line change 11// Karma configuration
22// Generated on Fri Feb 17 2017 15:57:25 GMT+0800 (中国标准时间)
33const fileUtil = require ( 'karma-sonarqube-unit-reporter/src/file-util.js' ) ;
4- const program = require ( 'commander' ) ;
4+ const { Command } = require ( 'commander' ) ;
5+ const program = new Command ( ) ;
56const testPath = [ './test' ] ;
67const testFilePattern = 'Spec.js' ;
78const filesForDescriptions = fileUtil . getFilesForDescriptions ( testPath , testFilePattern ) ;
You can’t perform that action at this time.
0 commit comments