Summary: Releasing version 0.52.0 Reviewed By: passy Differential Revision: D22921075 fbshipit-source-id: 4cab9552dcd5ff1a64d20e1e771a4f5173d54860
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.52.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"icon": "translate",
|
|
"bugs": {
|
|
"email": "edoardo@fb.com"
|
|
}
|
|
}
|