Skip to content

Commit 5e9a45b

Browse files
author
ColinTree
committed
adjust the order of fields in package.json
1 parent 70f56b8 commit 5e9a45b

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,12 @@
11
{
2-
"name": "gitbook-plugin-ai2-blocks",
3-
"version": "0.0.2",
4-
"description": "A plugin to show blocks with gitbook",
5-
"engines": {
6-
"gitbook": ">=3.0.0"
7-
},
82
"author": "ColinTree",
9-
"maintainers": [
10-
{
11-
"name": "ColinTree",
12-
"email": "502470184@qq.com"
13-
}
14-
],
15-
"repository": {
16-
"type": "git",
17-
"url": "git+https://github.com/ColinTree/gitbook-plugin-ai2-blocks.git"
18-
},
19-
"main": "index.js",
20-
"license": "Apache 2",
213
"bugs": {
224
"url": "https://github.com/ColinTree/gitbook-plugin-ai2-blocks/issues"
235
},
6+
"description": "A plugin to show blocks with gitbook",
7+
"engines": {
8+
"gitbook": ">=3.0.0"
9+
},
2410
"gitbook": {
2511
"property": {
2612
"text_when": {
@@ -45,5 +31,19 @@
4531
}
4632
}
4733
},
48-
"readme": "README.md"
34+
"license": "Apache 2",
35+
"main": "index.js",
36+
"maintainers": [
37+
{
38+
"name": "ColinTree",
39+
"email": "502470184@qq.com"
40+
}
41+
],
42+
"name": "gitbook-plugin-ai2-blocks",
43+
"readme": "README.md",
44+
"repository": {
45+
"type": "git",
46+
"url": "git+https://github.com/ColinTree/gitbook-plugin-ai2-blocks.git"
47+
},
48+
"version": "0.0.2"
4949
}

0 commit comments

Comments
 (0)