Summary: Releasing version 0.58.0 Reviewed By: cekkaewnumchai Differential Revision: D23872448 fbshipit-source-id: b74483db292311719a0231f9b2fed78122e9f339
18 lines
370 B
JSON
18 lines
370 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-sandbox",
|
|
"id": "Sandbox",
|
|
"title": "Sandbox",
|
|
"version": "0.58.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"icon": "translate",
|
|
"bugs": {
|
|
"email": "edoardo@fb.com"
|
|
}
|
|
}
|