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:
Anton Nikolaev
2020-06-05 06:07:54 -07:00
committed by Facebook GitHub Bot
parent 579172fa39
commit 339b786fb5
21 changed files with 111 additions and 11 deletions

View File

@@ -10,7 +10,8 @@
"flipper-pkg": ["./pkg/src"],
"flipper-pkg-lib": ["./pkg-lib/src"],
"live-plugin-manager": ["./types/live-plugin-manager.d.tsx"],
"flipper-babel-transformer": ["./babel-transformer/src"]
"flipper-babel-transformer": ["./babel-transformer/src"],
"flipper-plugin-lib": ["./plugin-lib/src"]
}
},
"exclude": ["**/node_modules/", "**/*.spec.ts"]