Skip to content

Commit c1f7a90

Browse files
author
Piotr Joński
committed
0.0.2
1 parent 2c5b61b commit c1f7a90

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitbook-plugin-githubcontributors",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "GitHub contributors for gitbook plugin",
55
"engines": {
66
"gitbook": ">=3.0.0-pre.0"
@@ -29,17 +29,17 @@
2929
},
3030
"homepage": "https://github.com/sta-szek/gitbook-plugin-github-contributors#readme",
3131
"gitbook": {
32-
"properties": {
33-
"githubOwner": {
34-
"type": "string",
35-
"description": "GitHub owner name, e.g. sta-szek",
36-
"required": true
37-
},
38-
"githubRepository": {
39-
"type": "string",
40-
"description": "GitHub repository name, e.g. pojo-tester",
41-
"required": true
42-
}
43-
}
32+
"properties": {
33+
"githubOwner": {
34+
"type": "string",
35+
"description": "GitHub owner name, e.g. sta-szek",
36+
"required": true
37+
},
38+
"githubRepository": {
39+
"type": "string",
40+
"description": "GitHub repository name, e.g. pojo-tester",
41+
"required": true
42+
}
43+
}
4444
}
4545
}

0 commit comments

Comments
 (0)