Skip to content

Commit f276547

Browse files
committed
fix: export plugins (used in quick-settings)
1 parent 5629b5c commit f276547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugin-management.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { emitter, getConfigSchema } from './main'
2727
* @type {Object}
2828
* @access private
2929
*/
30-
const plugins = {}
30+
export const plugins = {}
3131
/**
3232
* The plugins' subscriptions stored using the plugin names as keys.
3333
*

0 commit comments

Comments
 (0)