summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Preynat <johan.preynat@gmail.com>2016-10-09 00:54:04 +0200
committerJohan Preynat <johan.preynat@gmail.com>2016-10-09 00:54:04 +0200
commitcd0ed865896a038c69ef2a85c5481788f16f810c (patch)
treec92c9755b274c1f0e8176a4918693ac79041ae52
parent1d291ff2f057b3d4360d38b27c36e75eddeebb09 (diff)
downloadgitbook-cd0ed865896a038c69ef2a85c5481788f16f810c.zip
gitbook-cd0ed865896a038c69ef2a85c5481788f16f810c.tar.gz
gitbook-cd0ed865896a038c69ef2a85c5481788f16f810c.tar.bz2
Add classnames to dependencies for gitbook-plugin-headings
-rw-r--r--packages/gitbook-plugin-headings/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gitbook-plugin-headings/package.json b/packages/gitbook-plugin-headings/package.json
index 52c69d8..3031fc5 100644
--- a/packages/gitbook-plugin-headings/package.json
+++ b/packages/gitbook-plugin-headings/package.json
@@ -5,6 +5,7 @@
"browser": "./_assets/plugin.js",
"version": "1.0.0",
"dependencies": {
+ "classnames": "^2.2.5",
"gitbook-core": "^0.0.0"
},
"devDependencies": {