Skip to content

Commit 9523632

Browse files
committed
feat: project name and relative info
1 parent b93dfe0 commit 9523632

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "leetcode-cli",
2+
"name": "@magicdone/leetcode-cli",
33
"version": "2.6.2",
44
"description": "A cli tool to enjoy leetcode!",
55
"preferGlobal": "true",
@@ -32,7 +32,7 @@
3232
},
3333
"repository": {
3434
"type": "git",
35-
"url": "http://github.com/skygragon/leetcode-cli.git"
35+
"url": "https://github.com/magicdone/leetcode-cli"
3636
},
3737
"keywords": [
3838
"leetcode",
@@ -46,9 +46,9 @@
4646
},
4747
"license": "MIT",
4848
"bugs": {
49-
"url": "https://github.com/skygragon/leetcode-cli/issues"
49+
"url": "https://github.com/magicdone/leetcode-cli/issues"
5050
},
51-
"homepage": "https://github.com/skygragon/leetcode-cli#readme",
51+
"homepage": "https://github.com/magicdone/leetcode-cli#readme",
5252
"dependencies": {
5353
"ansi-styles": "3.2.1",
5454
"cheerio": "0.20.0",

0 commit comments

Comments
 (0)