config-default: update plugins location

This commit is contained in:
Guillermo Rauch 2016-07-13 22:19:13 -07:00
parent a667205ad2
commit f501b39e40

View file

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