From cd0ed865896a038c69ef2a85c5481788f16f810c Mon Sep 17 00:00:00 2001 From: Johan Preynat Date: Sun, 9 Oct 2016 00:54:04 +0200 Subject: [PATCH] Add classnames to dependencies for gitbook-plugin-headings --- packages/gitbook-plugin-headings/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gitbook-plugin-headings/package.json b/packages/gitbook-plugin-headings/package.json index 52c69d823..3031fc5cd 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": {