Summary: Releasing version 0.52.1 Reviewed By: passy Differential Revision: D22976342 fbshipit-source-id: a4857df03cd1142615754a52f69d0f1578175f18
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.52.1",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"icon": "bird",
|
|
"title": "LeakCanary",
|
|
"bugs": {
|
|
"email": "jhli@fb.com"
|
|
}
|
|
}
|