Plugin Marketplace API
Summary: Extracted plugin marketplace API to a separate file and updated it to load full plugin manifests. Reviewed By: passy Differential Revision: D25181759 fbshipit-source-id: a63f9ce16249ccc170df148cef5c209fdc6d4d6d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
658b3e8a91
commit
5b26f36672
@@ -7,10 +7,10 @@
|
||||
* @format
|
||||
*/
|
||||
|
||||
export {default as PluginDetails} from './PluginDetails';
|
||||
export {default as getPluginDetails} from './getPluginDetails';
|
||||
export * from './PluginDetails';
|
||||
export * from './getPluginDetails';
|
||||
export * from './pluginInstaller';
|
||||
export * from './getInstalledPlugins';
|
||||
export * from './getUpdatablePlugins';
|
||||
export * from './getSourcePlugins';
|
||||
export {getPluginSourceFolders} from './pluginPaths';
|
||||
export * from './pluginPaths';
|
||||
|
||||
Reference in New Issue
Block a user