summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-copy-code/index.js
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2016-10-10 12:45:18 +0200
committerSamy Pesse <samypesse@gmail.com>2016-10-10 12:45:18 +0200
commit66231f8b7f5b74efb15e2c6aa34af796e68b58c8 (patch)
tree206ed8cfeb55a270cade81647e19e2092f3d1a0c /packages/gitbook-plugin-copy-code/index.js
parent7037ac55bd444441fcacefa1224a6c36e3ecd7a6 (diff)
downloadgitbook-66231f8b7f5b74efb15e2c6aa34af796e68b58c8.zip
gitbook-66231f8b7f5b74efb15e2c6aa34af796e68b58c8.tar.gz
gitbook-66231f8b7f5b74efb15e2c6aa34af796e68b58c8.tar.bz2
Add plugin "copy-code" to default
Diffstat (limited to 'packages/gitbook-plugin-copy-code/index.js')
-rw-r--r--packages/gitbook-plugin-copy-code/index.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/gitbook-plugin-copy-code/index.js b/packages/gitbook-plugin-copy-code/index.js
new file mode 100644
index 0000000..e542ae8
--- /dev/null
+++ b/packages/gitbook-plugin-copy-code/index.js
@@ -0,0 +1,10 @@
+
+module.exports = {
+ blocks: {
+
+ },
+
+ hooks: {
+
+ }
+};