config-default: document new location of local plugins

This commit is contained in:
Guillermo Rauch 2016-07-08 14:28:08 -07:00
parent 85cac1e353
commit 56f7a8ee2e

View file

@ -52,7 +52,7 @@ module.exports = {
plugins: [], plugins: [],
// in development, you can create a directory under // in development, you can create a directory under
// `~/.hyperterm_modules` and include it as a local // `~/.hyperterm_modules/local/` and include it here
// plugin to load it and avoid npm installation // to load it and avoid it being `npm install`ed
localPlugins: [] localPlugins: []
}; };