Added new package "flipper-plugin-lib" which contains re-usable code related to plugin installation
Summary: No functional changes, just refactoring for easier implementation of plugin updates installation Reviewed By: passy Differential Revision: D21902525 fbshipit-source-id: fbfa221a89b879b0d08127676b27df65ef63307d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
579172fa39
commit
339b786fb5
@@ -9,7 +9,7 @@
|
||||
|
||||
import path from 'path';
|
||||
import Watchman from './watchman';
|
||||
import {PluginDetails} from 'flipper-pkg-lib';
|
||||
import {PluginDetails} from 'flipper-plugin-lib';
|
||||
|
||||
export default async function startWatchPlugins(
|
||||
plugins: PluginDetails[],
|
||||
|
||||
Reference in New Issue
Block a user