Migrate all plugins to spec v2
Summary: All the plugins migrated to spec v2 to allow packaging/publishing them independently from Flipper releases. Reviewed By: passy Differential Revision: D22041384 fbshipit-source-id: 23bfaf724f771a57bd628b9ea1c4d37846534a93
This commit is contained in:
committed by
Facebook GitHub Bot
parent
04e58cd6c2
commit
8003e7eb34
@@ -1,14 +1,22 @@
|
||||
{
|
||||
"name": "Preferences",
|
||||
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
||||
"name": "flipper-plugin-preferences",
|
||||
"id": "Preferences",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"main": "dist/bundle.js",
|
||||
"flipperBundlerEntry": "index.js",
|
||||
"license": "MIT",
|
||||
"keywords": ["flipper-plugin"],
|
||||
"keywords": [
|
||||
"flipper-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.13"
|
||||
},
|
||||
"title": "Shared Preferences Viewer",
|
||||
"bugs": {
|
||||
"email": "halsibai@fb.com"
|
||||
},
|
||||
"scripts": {
|
||||
"prepack": "../../pkg/bin/run bundle"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user