koishi-plugin-fenglu-mouth 0.0.1 → 0.0.2
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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-fenglu-mouth",
|
|
3
|
-
"description": "",
|
|
4
|
-
"version": "0.0.
|
|
3
|
+
"description": "Emolument Change Plugin",
|
|
4
|
+
"version": "0.0.2",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"dist"
|
|
10
10
|
],
|
|
11
11
|
"license": "MIT",
|
|
12
|
-
"homepage": "https://github.com/snowwolfair/
|
|
12
|
+
"homepage": "https://github.com/snowwolfair/fenglu-mouth",
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/snowwolfair/
|
|
14
|
+
"url": "https://github.com/snowwolfair/fenglu-mouth/issues"
|
|
15
15
|
},
|
|
16
16
|
"scripts": {},
|
|
17
17
|
"keywords": [
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"koishi": {
|
|
29
29
|
"description": {
|
|
30
|
-
"en": "
|
|
30
|
+
"en": "Emolument Change Plugin",
|
|
31
31
|
"zh": "俸禄转换插件"
|
|
32
32
|
},
|
|
33
33
|
"service": {
|