summaryrefslogtreecommitdiffstats
path: root/lib/modifiers/config/index.js
blob: a9b760dc9c39f532101ff5f0c8ea5acb27c537d2 (plain)
1
2
3
4
5
6

module.exports = {
    addPlugin:    require('./addPlugin'),
    removePlugin: require('./removePlugin'),
    togglePlugin: require('./togglePlugin')
};