summaryrefslogtreecommitdiffstats
path: root/lib/constants/pluginPrefix.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/constants/pluginPrefix.js')
-rw-r--r--lib/constants/pluginPrefix.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/constants/pluginPrefix.js b/lib/constants/pluginPrefix.js
new file mode 100644
index 0000000..c7f2dd0
--- /dev/null
+++ b/lib/constants/pluginPrefix.js
@@ -0,0 +1,5 @@
+
+/*
+ All GitBook plugins are NPM packages starting with this prefix.
+*/
+module.exports = 'gitbook-plugin-';