File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 4
4
.eslintrc.js
5
5
.travis.yml
6
6
Dockerfile
7
- .dockerignore
7
+ .dockerignore
8
+ .nyc_output /
9
+ coverage /
Original file line number Diff line number Diff line change 2
2
"name" : " vsc-leetcode-cli" ,
3
3
"version" : " 2.6.20" ,
4
4
"description" : " A cli tool to enjoy leetcode!" ,
5
- "preferGlobal" : " true" ,
6
5
"engines" : {
7
6
"node" : " >=4"
8
7
},
11
10
},
12
11
"scripts" : {
13
12
"lint" : " eslint lib/ test/" ,
14
- "test" : " npm run lint && nyc mocha test test/plugins && nyc report --reporter=lcov" ,
13
+ "test" : " npm run lint && npx nyc mocha test test/plugins && nyc report --reporter=lcov" ,
15
14
"travis" : " node bin/pkg" ,
16
15
"pkg" : " pkg . --out-path=dist/ --targets"
17
16
},
46
45
},
47
46
"license" : " MIT" ,
48
47
"bugs" : {
49
- "url" : " https://github.com/jdneo /leetcode-cli/issues"
48
+ "url" : " https://github.com/leetcode-tools /leetcode-cli/issues"
50
49
},
51
- "homepage" : " https://github.com/jdneo /leetcode-cli#readme" ,
50
+ "homepage" : " https://github.com/leetcode-tools /leetcode-cli#readme" ,
52
51
"dependencies" : {
53
52
"ansi-styles" : " 3.2.1" ,
54
53
"cheerio" : " 0.20.0" ,
You can’t perform that action at this time.
0 commit comments