File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gitbook-plugin-githubcontributors" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"description" : " GitHub contributors for gitbook plugin" ,
5
5
"engines" : {
6
6
"gitbook" : " >=3.0.0-pre.0"
29
29
},
30
30
"homepage" : " https://github.com/sta-szek/gitbook-plugin-github-contributors#readme" ,
31
31
"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
+ }
44
44
}
45
45
}
You can’t perform that action at this time.
0 commit comments