summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-theme-default/package.json
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2016-12-04 20:55:40 +0100
committerSamy Pesse <samypesse@gmail.com>2016-12-04 20:55:40 +0100
commitb04724ae0bec18caeebc52c2b9c6a18f61d1cfc4 (patch)
treeb472ea71aed6e7fce1bd0784ceb6f055802bba52 /packages/gitbook-plugin-theme-default/package.json
parent5dbd8f57401a82e9e5c86192480a239040327740 (diff)
downloadgitbook-b04724ae0bec18caeebc52c2b9c6a18f61d1cfc4.zip
gitbook-b04724ae0bec18caeebc52c2b9c6a18f61d1cfc4.tar.gz
gitbook-b04724ae0bec18caeebc52c2b9c6a18f61d1cfc4.tar.bz2
Debounce scroll watcher in body
Diffstat (limited to 'packages/gitbook-plugin-theme-default/package.json')
-rw-r--r--packages/gitbook-plugin-theme-default/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gitbook-plugin-theme-default/package.json b/packages/gitbook-plugin-theme-default/package.json
index 6fdcfb1..7c44305 100644
--- a/packages/gitbook-plugin-theme-default/package.json
+++ b/packages/gitbook-plugin-theme-default/package.json
@@ -8,6 +8,7 @@
"gitbook": ">=3.0.0"
},
"dependencies": {
+ "debounce": "^1.0.0",
"gitbook-core": "4.0.0"
},
"devDependencies": {