summaryrefslogtreecommitdiffstats
path: root/lib/constants/pluginPrefix.js
blob: c7f2dd0416c5ec139a9632589c847ba6db8a95e7 (plain)
1
2
3
4
5

/*
    All GitBook plugins are NPM packages starting with this prefix.
*/
module.exports = 'gitbook-plugin-';