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.0.0
1 parent f0efcd5 commit 93dd4b2Copy full SHA for 93dd4b2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "leetcode-card",
3
- "version": "1.0.0-dev.2",
+ "version": "1.0.0",
4
"description": "Show your dynamically generated LeetCode stats on your GitHub profile or your website!",
5
"license": "MIT",
6
"type": "module",
@@ -60,5 +60,13 @@
60
"ts-jest": "^27.1.5",
61
"tsup": "^5.12.8",
62
"typescript": "^4.6.4"
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"
72
}
0 commit comments