Skip to content

Commit e3b0f1d

Browse files
committed
Update package.json URLs
1 parent faef8f3 commit e3b0f1d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "commandapi-docs",
33
"license": "MIT",
4-
"homepage": "https://github.com/CommandAPI/CommandAPI-Docs",
4+
"homepage": "https://github.com/CommandAPI/docs",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/CommandAPI/CommandAPI-Docs"
7+
"url": "https://github.com/CommandAPI/docs"
88
},
99
"bugs": {
10-
"url": "https://github.com/CommandAPI/CommandAPI-Docs/issues"
10+
"url": "https://github.com/CommandAPI/docs/issues"
1111
},
1212
"devDependencies": {
1313
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.10.0",
@@ -32,6 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@vue/theme": "^2.3.0",
35+
"commandapi-docs": "file:",
3536
"jszip": "^3.10.1",
3637
"vitepress-i18n": "^1.3.0",
3738
"vue": "^3.5.13",

0 commit comments

Comments
 (0)