summaryrefslogtreecommitdiffstats
path: root/packages/gitbook
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gitbook')
-rw-r--r--packages/gitbook/package.json1
-rw-r--r--packages/gitbook/src/constants/defaultPlugins.js1
2 files changed, 2 insertions, 0 deletions
diff --git a/packages/gitbook/package.json b/packages/gitbook/package.json
index 01fa93e..6cb3f2c 100644
--- a/packages/gitbook/package.json
+++ b/packages/gitbook/package.json
@@ -24,6 +24,7 @@
"gitbook-asciidoc": "1.2.2",
"gitbook-core": "4.0.0",
"gitbook-markdown": "1.3.2",
+ "gitbook-plugin-copy-code": "4.0.0",
"gitbook-plugin-headings": "4.0.0",
"gitbook-plugin-highlight": "4.0.0",
"gitbook-plugin-livereload": "0.0.1",
diff --git a/packages/gitbook/src/constants/defaultPlugins.js b/packages/gitbook/src/constants/defaultPlugins.js
index f9ddb25..326ad3a 100644
--- a/packages/gitbook/src/constants/defaultPlugins.js
+++ b/packages/gitbook/src/constants/defaultPlugins.js
@@ -26,5 +26,6 @@ module.exports = Immutable.List([
'sharing',
'hints',
'headings',
+ 'copy-code',
'theme-default'
]).map(createFromDependency);