Skip to content

Commit 4856eca

Browse files
committed
Update package.json
1 parent f80d82a commit 4856eca

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
# leetcode-cli
88

9+
> Note: This repository is forked from [leetcode-cli](https://github.com/skygragon/leetcode-cli) for temporary usage.
10+
911
<img src="https://github.com/skygragon/leetcode-cli/raw/master/docs/logo.png" align="right">
1012

1113
A productive cli tool to enjoy leetcode!

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "leetcode-cli",
3-
"version": "2.6.1",
2+
"name": "vsc-leetcode-cli",
3+
"version": "2.6.2",
44
"description": "A cli tool to enjoy leetcode!",
55
"preferGlobal": "true",
66
"engines": {
@@ -46,9 +46,9 @@
4646
},
4747
"license": "MIT",
4848
"bugs": {
49-
"url": "https://github.com/skygragon/leetcode-cli/issues"
49+
"url": "https://github.com/jdneo/leetcode-cli/issues"
5050
},
51-
"homepage": "https://github.com/skygragon/leetcode-cli#readme",
51+
"homepage": "https://github.com/jdneo/leetcode-cli#readme",
5252
"dependencies": {
5353
"ansi-styles": "3.2.1",
5454
"cheerio": "0.20.0",

0 commit comments

Comments
 (0)