diff options
-rw-r--r-- | lib/constants/themePrefix.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/constants/themePrefix.js b/lib/constants/themePrefix.js new file mode 100644 index 0000000..99428de --- /dev/null +++ b/lib/constants/themePrefix.js @@ -0,0 +1,4 @@ +/* + All GitBook themes plugins name start with this prefix once shorted. +*/ +module.exports = 'theme-';
\ No newline at end of file |