File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44.eslintrc.js
55.travis.yml
66Dockerfile
7- .dockerignore
7+ .dockerignore
8+ .nyc_output /
9+ coverage /
Original file line number Diff line number Diff line change 55os :
66 - linux
77 - osx
8- - windows
98
109install :
1110 - npm install
Original file line number Diff line number Diff line change 22 "name" : " vsc-leetcode-cli" ,
33 "version" : " 2.6.20" ,
44 "description" : " A cli tool to enjoy leetcode!" ,
5- "preferGlobal" : " true" ,
65 "engines" : {
76 "node" : " >=4"
87 },
4645 },
4746 "license" : " MIT" ,
4847 "bugs" : {
49- "url" : " https://github.com/jdneo /leetcode-cli/issues"
48+ "url" : " https://github.com/leetcode-tools /leetcode-cli/issues"
5049 },
51- "homepage" : " https://github.com/jdneo /leetcode-cli#readme" ,
50+ "homepage" : " https://github.com/leetcode-tools /leetcode-cli#readme" ,
5251 "dependencies" : {
5352 "ansi-styles" : " 3.2.1" ,
5453 "cheerio" : " 0.20.0" ,
You can’t perform that action at this time.
0 commit comments