Skip to content

Commit 8d74254

Browse files
committed
chore(gitbook): update gitbook and its deps
1 parent 216aa02 commit 8d74254

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

book.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"gitbook": "^3.0.0",
2+
"gitbook": "^3.1.1",
33
"title": "redux-observable",
44
"plugins": ["edit-link", "prism", "github", "anker-enable", "addcssjs"],
55
"pluginsConfig": {

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@
7979
"cross-env": "^2.0.0",
8080
"eslint": "^3.2.2",
8181
"gitbook-cli": "^2.3.0",
82-
"gitbook-plugin-addcssjs": "1.0.2",
83-
"gitbook-plugin-anker-enable": "0.0.4",
84-
"gitbook-plugin-edit-link": "2.0.2",
85-
"gitbook-plugin-github": "2.0.0",
86-
"gitbook-plugin-prism": "1.1.0",
87-
"gitbook-plugin-theme-default": "1.0.5",
82+
"gitbook-plugin-addcssjs": "^1.0.2",
83+
"gitbook-plugin-anker-enable": "^0.0.4",
84+
"gitbook-plugin-edit-link": "^2.0.2",
85+
"gitbook-plugin-github": "^2.0.0",
86+
"gitbook-plugin-prism": "^1.1.0",
87+
"gitbook-plugin-theme-default": "^1.0.5",
8888
"json-server": "^0.8.17",
8989
"mocha": "^3.0.1",
9090
"redux": "^3.5.2",

website/script.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
window.gitbook = window.gitbook || [];
22

33
gitbook.push(function () {
4-
54
gitbook.events.on('page.change', function () {
65
// We use a slightly different styling so that
76
// the normal window scrollbar is used, so we need

0 commit comments

Comments
 (0)