koishi-plugin-assets-copyparty 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,20 +1,22 @@
1
1
  {
2
2
  "name": "koishi-plugin-assets-copyparty",
3
3
  "description": "基于 copyparty 的资源转存服务",
4
- "version": "0.1.2",
4
+ "version": "0.1.4",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [
8
8
  "lib",
9
9
  "dist"
10
10
  ],
11
- "author": "ajchen",
12
11
  "license": "MIT",
13
12
  "homepage": "https://github.com/ajchen02/assets-copyparty",
14
13
  "repository": {
15
14
  "type": "git",
16
15
  "url": "git+https://github.com/ajchen02/assets-copyparty"
17
16
  },
17
+ "bugs": {
18
+ "url": "https://github.com/ajchen02/assets-copyparty/issues"
19
+ },
18
20
  "keywords": [
19
21
  "bot",
20
22
  "chatbot",
@@ -29,7 +31,7 @@
29
31
  "category": "storage",
30
32
  "description": {
31
33
  "en": "copyparty assets service",
32
- "zh": "使用 copyparty 的存放资源文件"
34
+ "zh": "使用 copyparty 存放资源文件"
33
35
  },
34
36
  "service": {
35
37
  "implements": [