Skip to content

Commit

Permalink
chore: fix broken links in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Apr 27, 2022
1 parent f0f01ce commit 69b094e
Show file tree
Hide file tree
Showing 56 changed files with 147 additions and 93 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ temp
tsconfig.temp.json

/community
/external
/addons
/public
/atri
Expand Down
3 changes: 2 additions & 1 deletion packages/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "packages/bootstrap"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "packages/cli"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "packages/core"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "packages/create"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "packages/loader"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/market/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "packages/market"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "packages/scripts"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/segment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "packages/segment"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "packages/utils"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
Expand Down
5 changes: 3 additions & 2 deletions plugins/a11y/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/a11y/admin"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://koishi.js.org/plugins/admin/",
"homepage": "https://koishi.js.org/plugins/accessibility/admin.html",
"keywords": [
"bot",
"chatbot",
Expand Down
5 changes: 3 additions & 2 deletions plugins/a11y/bind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/a11y/bind"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://koishi.js.org/plugins/bind/",
"homepage": "https://koishi.js.org/plugins/accessibility/bind.html",
"keywords": [
"bot",
"chatbot",
Expand Down
5 changes: 3 additions & 2 deletions plugins/a11y/callme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/a11y/callme"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://koishi.js.org/plugins/callme/",
"homepage": "https://koishi.js.org/plugins/accessibility/callme.html",
"keywords": [
"bot",
"chatbot",
Expand Down
3 changes: 2 additions & 1 deletion plugins/a11y/commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/a11y/commands"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
Expand Down
3 changes: 2 additions & 1 deletion plugins/a11y/locales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/a11y/locales"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
Expand Down
5 changes: 3 additions & 2 deletions plugins/a11y/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/a11y/rate-limit"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://koishi.js.org/plugins/rate-limit/",
"homepage": "https://koishi.js.org/plugins/accessibility/rate-limit.html",
"keywords": [
"bot",
"chatbot",
Expand Down
5 changes: 3 additions & 2 deletions plugins/a11y/schedule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/a11y/schedule"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://github.com/koishijs/koishi/packages/plugin-schedule#readme",
"homepage": "https://koishi.js.org/plugins/accessibility/schedule.html",
"keywords": [
"bot",
"chatbot",
Expand Down
5 changes: 3 additions & 2 deletions plugins/a11y/sudo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/a11y/sudo"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://koishi.js.org/plugins/accessibility/sudo/",
"homepage": "https://koishi.js.org/plugins/accessibility/sudo.html",
"keywords": [
"bot",
"chatbot",
Expand Down
5 changes: 3 additions & 2 deletions plugins/a11y/switch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/a11y/switch"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://koishi.js.org/plugins/switch/",
"homepage": "https://koishi.js.org/plugins/accessibility/switch.html",
"keywords": [
"bot",
"chatbot",
Expand Down
5 changes: 3 additions & 2 deletions plugins/a11y/verifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/a11y/verifier"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://koishi.js.org/plugins/verifier/",
"homepage": "https://koishi.js.org/plugins/accessibility/verifier.html",
"keywords": [
"bot",
"chatbot",
Expand Down
3 changes: 2 additions & 1 deletion plugins/adapter/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/adapter/discord"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
Expand Down
3 changes: 2 additions & 1 deletion plugins/adapter/kaiheila/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/adapter/kaiheila"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
Expand Down
3 changes: 2 additions & 1 deletion plugins/adapter/onebot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/adapter/onebot"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
Expand Down
3 changes: 2 additions & 1 deletion plugins/adapter/qqguild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/adapter/qqguild"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
Expand Down
3 changes: 2 additions & 1 deletion plugins/adapter/telegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/adapter/telegram"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
Expand Down
5 changes: 3 additions & 2 deletions plugins/assets/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/assets/git"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://koishi.js.org/plugins/other/git",
"homepage": "https://koishi.js.org/plugins/assets/git.html",
"keywords": [
"bot",
"chatbot",
Expand Down
5 changes: 3 additions & 2 deletions plugins/assets/local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/assets/local"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://koishi.js.org/plugins/other/assets",
"homepage": "https://koishi.js.org/plugins/assets/local.html",
"keywords": [
"bot",
"chatbot",
Expand Down
5 changes: 3 additions & 2 deletions plugins/assets/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/assets/remote"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://koishi.js.org/plugins/other/assets",
"homepage": "https://koishi.js.org/plugins/assets/remote.html",
"keywords": [
"bot",
"chatbot",
Expand Down
5 changes: 3 additions & 2 deletions plugins/assets/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/plugin-assets-s3.git"
"url": "git+https://github.com/koishijs/plugin-assets-s3.git",
"directory": "plugins/assets/s3"
},
"bugs": {
"url": "https://github.com/koishijs/plugin-assets-s3/issues"
},
"homepage": "https://koishi.js.org/plugins/other/assets-s3",
"homepage": "https://koishi.js.org/plugins/assets/s3.html",
"keywords": [
"bot",
"chatbot",
Expand Down
5 changes: 3 additions & 2 deletions plugins/cache/lru/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/cache/lru"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://koishi.js.org/api/cache/lru.html",
"homepage": "https://koishi.js.org/plugins/cache/lru.html",
"keywords": [
"bot",
"chatbot",
Expand Down
5 changes: 3 additions & 2 deletions plugins/cache/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/cache/redis"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://koishi.js.org/api/cache/redis.html",
"homepage": "https://koishi.js.org/plugins/cache/redis.html",
"keywords": [
"bot",
"chatbot",
Expand Down
Loading

0 comments on commit 69b094e

Please sign in to comment.