File tree Expand file tree Collapse file tree 2 files changed +16
-17
lines changed Expand file tree Collapse file tree 2 files changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ cli.run = function() {
7575 . commandDir ( 'commands' )
7676 . completion ( )
7777 . help ( )
78- . strict ( )
7978 . argv ;
8079} ;
8180
Original file line number Diff line number Diff line change 88 },
99 "scripts" : {
1010 "lint" : " eslint lib/ test/" ,
11- "test" : " npm run lint && nyc mocha test/**"
11+ "test" : " npm run lint && nyc mocha test/** && nyc report --reporter=lcov "
1212 },
1313 "repository" : {
1414 "type" : " git" ,
3030 },
3131 "homepage" : " https://github.com/skygragon/leetcode-cli#readme" ,
3232 "dependencies" : {
33- "ansi-styles" : " ^3.0 .0" ,
34- "cheerio" : " ^ 0.20.0" ,
35- "he" : " ^ 1.1.1" ,
36- "prompt" : " ^ 1.0.0" ,
37- "request" : " ^2.74 .0" ,
38- "sprintf-js" : " ^1.0.3 " ,
39- "supports-color" : " ^3.2.3 " ,
40- "underscore" : " ^ 1.8.3" ,
41- "wordwrap" : " ^ 1.0.0" ,
42- "yargs" : " ^5 .0.0 "
33+ "ansi-styles" : " 3.2 .0" ,
34+ "cheerio" : " 0.20.0" ,
35+ "he" : " 1.1.1" ,
36+ "prompt" : " 1.0.0" ,
37+ "request" : " 2.83 .0" ,
38+ "sprintf-js" : " 1.1.1 " ,
39+ "supports-color" : " 5.1.0 " ,
40+ "underscore" : " 1.8.3" ,
41+ "wordwrap" : " 1.0.0" ,
42+ "yargs" : " 10 .0.3 "
4343 },
4444 "devDependencies" : {
45- "chai" : " ^3.5.0 " ,
45+ "chai" : " 4.1.2 " ,
4646 "eslint" : " ^3.3.1" ,
4747 "eslint-config-google" : " ^0.6.0" ,
48- "mocha" : " ^3 .0.2 " ,
49- "nock" : " ^8.0.0 " ,
50- "nyc" : " ^8.1 .0" ,
51- "rewire" : " ^ 2.5.2"
48+ "mocha" : " 4 .0.1 " ,
49+ "nock" : " 9.1.4 " ,
50+ "nyc" : " 11.3 .0" ,
51+ "rewire" : " 2.5.2"
5252 }
5353}
You can’t perform that action at this time.
0 commit comments