We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93dfe0 commit 9523632Copy full SHA for 9523632
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "leetcode-cli",
+ "name": "@magicdone/leetcode-cli",
3
"version": "2.6.2",
4
"description": "A cli tool to enjoy leetcode!",
5
"preferGlobal": "true",
@@ -32,7 +32,7 @@
32
},
33
"repository": {
34
"type": "git",
35
- "url": "http://github.com/skygragon/leetcode-cli.git"
+ "url": "https://github.com/magicdone/leetcode-cli"
36
37
"keywords": [
38
"leetcode",
@@ -46,9 +46,9 @@
46
47
"license": "MIT",
48
"bugs": {
49
- "url": "https://github.com/skygragon/leetcode-cli/issues"
+ "url": "https://github.com/magicdone/leetcode-cli/issues"
50
51
- "homepage": "https://github.com/skygragon/leetcode-cli#readme",
+ "homepage": "https://github.com/magicdone/leetcode-cli#readme",
52
"dependencies": {
53
"ansi-styles": "3.2.1",
54
"cheerio": "0.20.0",
0 commit comments