Skip to content

Commit 93dd4b2

Browse files
committed
chore: bump to 1.0.0
1 parent f0efcd5 commit 93dd4b2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leetcode-card",
3-
"version": "1.0.0-dev.2",
3+
"version": "1.0.0",
44
"description": "Show your dynamically generated LeetCode stats on your GitHub profile or your website!",
55
"license": "MIT",
66
"type": "module",
@@ -60,5 +60,13 @@
6060
"ts-jest": "^27.1.5",
6161
"tsup": "^5.12.8",
6262
"typescript": "^4.6.4"
63-
}
63+
},
64+
"repository": {
65+
"type": "git",
66+
"url": "https://github.com/JacobLinCool/LeetCode-Stats-Card.git"
67+
},
68+
"bugs": {
69+
"url": "https://github.com/JacobLinCool/LeetCode-Stats-Card/issues"
70+
},
71+
"homepage": "https://github.com/JacobLinCool/LeetCode-Stats-Card#readme"
6472
}

0 commit comments

Comments
 (0)