Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

Commit be0de35

Browse files
committed
Fix for missing page:after hook in gitbook 2.0.1
1 parent e934e6f commit be0de35

File tree

1 file changed

+29
-27
lines changed

1 file changed

+29
-27
lines changed

package.json

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
11
{
2-
"name": "gitbook-plugin-edit-link",
3-
"description": "GitBook Plugin to add \"Edit this page\" link on every page. Link target will be that page's source file on Github or Gitlab or any repo.",
4-
"main": "index.js",
5-
"version": "1.2.0",
6-
"author": "rtCamp <[email protected]>",
7-
"contributors": [{
8-
"name": "Rahul Bansal",
9-
"email": "[email protected]"
10-
}],
11-
"engines": {
12-
"gitbook": "*"
13-
},
14-
"homepage": "https://github.com/rtCamp/gitbook-plugin-edit-link",
15-
"repository": {
16-
"type": "git",
17-
"url": "https://github.com/rtCamp/gitbook-plugin-edit-link.git"
18-
},
19-
"license": "Apache 2",
20-
"bugs": {
21-
"url": "https://github.com/rtCamp/gitbook-plugin-edit-link/issues"
22-
},
23-
"keywords": [
24-
"gitbook",
25-
"plugin",
26-
"edit-with",
27-
"github"
28-
]
2+
"name": "gitbook-plugin-edit-link",
3+
"description": "GitBook Plugin to add \"Edit this page\" link on every page. Link target will be that page's source file on Github or Gitlab or any repo.",
4+
"main": "index.js",
5+
"version": "1.3.0",
6+
"author": "rtCamp <[email protected]>",
7+
"contributors": [
8+
{
9+
"name": "Rahul Bansal",
10+
"email": "[email protected]"
11+
}
12+
],
13+
"engines": {
14+
"gitbook": "*"
15+
},
16+
"homepage": "https://github.com/rtCamp/gitbook-plugin-edit-link",
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/rtCamp/gitbook-plugin-edit-link.git"
20+
},
21+
"license": "Apache 2",
22+
"bugs": {
23+
"url": "https://github.com/rtCamp/gitbook-plugin-edit-link/issues"
24+
},
25+
"keywords": [
26+
"gitbook",
27+
"plugin",
28+
"edit-with",
29+
"github"
30+
]
2931
}

0 commit comments

Comments
 (0)