Treat only packages with "flipper-plugin" keyword as Flipper plugins
Summary: Treat only packages with "flipper-plugin" keyword as Flipper plugins. This will allow to place lib packages re-used by different plugins into "plugins" folder. Changelog: Internals: it is now possible to add modules for re-use by different plugins into `desktop/plugins` folder. Reviewed By: mweststrate Differential Revision: D20898133 fbshipit-source-id: 8934870350ce42af3dc8060d1494025519ed307e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
452c52c291
commit
61a889a385
@@ -5,6 +5,9 @@
|
||||
"license": "MIT",
|
||||
"title": "KaiOS RAM graph",
|
||||
"icon": "apps",
|
||||
"keywords": [
|
||||
"flipper-plugin"
|
||||
],
|
||||
"bugs": {
|
||||
"email": "oncall+wa_kaios@xmail.facebook.com",
|
||||
"url": "https://fb.workplace.com/groups/wa.kaios/"
|
||||
|
||||
Reference in New Issue
Block a user