File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11'use strict' ;
22
3- const helper = require ( 'marmot -cli/lib/helper' ) ;
3+ const helper = require ( 'reliable -cli/lib/helper' ) ;
44
55const {
66 iosUtils,
77 getDepsPkgVersion,
8- } = require ( 'marmot -cli/lib/helper' ) ;
8+ } = require ( 'reliable -cli/lib/helper' ) ;
99
1010const pkg = require ( './package' ) ;
1111
@@ -31,6 +31,6 @@ module.exports = {
3131 coverageHtmlReporterPath : 'html/index.html'
3232 } ,
3333 extraInfo : {
34- 'marmot -cli' : getDepsPkgVersion ( 'marmot -cli' )
34+ 'reliable -cli' : getDepsPkgVersion ( 'reliable -cli' )
3535 }
3636} ;
Original file line number Diff line number Diff line change 1616 },
1717 "devDependencies" : {
1818 "macaca-datahub" : " 2" ,
19- "marmot -cli" : " 1"
19+ "reliable -cli" : " 1"
2020 },
2121 "scripts" : {
22- "marmot " : " marmot report -c ./marmot .config.js"
22+ "reliable " : " reliable report -c ./reliable .config.js"
2323 },
2424 "license" : " MIT"
2525}
You can’t perform that action at this time.
0 commit comments