File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
- const helper = require ( 'marmot -cli/lib/helper' ) ;
3
+ const helper = require ( 'reliable -cli/lib/helper' ) ;
4
4
5
5
const {
6
6
iosUtils,
7
7
getDepsPkgVersion,
8
- } = require ( 'marmot -cli/lib/helper' ) ;
8
+ } = require ( 'reliable -cli/lib/helper' ) ;
9
9
10
10
const pkg = require ( './package' ) ;
11
11
@@ -31,6 +31,6 @@ module.exports = {
31
31
coverageHtmlReporterPath : 'html/index.html'
32
32
} ,
33
33
extraInfo : {
34
- 'marmot -cli' : getDepsPkgVersion ( 'marmot -cli' )
34
+ 'reliable -cli' : getDepsPkgVersion ( 'reliable -cli' )
35
35
}
36
36
} ;
Original file line number Diff line number Diff line change 16
16
},
17
17
"devDependencies" : {
18
18
"macaca-datahub" : " 2" ,
19
- "marmot -cli" : " 1"
19
+ "reliable -cli" : " 1"
20
20
},
21
21
"scripts" : {
22
- "marmot " : " marmot report -c ./marmot .config.js"
22
+ "reliable " : " reliable report -c ./reliable .config.js"
23
23
},
24
24
"license" : " MIT"
25
25
}
You can’t perform that action at this time.
0 commit comments