Summary: Releasing version 0.50.0 Reviewed By: passy Differential Revision: D22501533 fbshipit-source-id: 0896efd4eb2b2bb5f557d573526db91dc5dcd1de
20 lines
419 B
JSON
20 lines
419 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-leak-canary",
|
|
"id": "LeakCanary",
|
|
"version": "0.50.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"icon": "bird",
|
|
"title": "LeakCanary",
|
|
"bugs": {
|
|
"email": "jhli@fb.com"
|
|
}
|
|
}
|