Summary: Releasing version 0.61.0 Reviewed By: mweststrate Differential Revision: D24132584 fbshipit-source-id: 7ae6ad5144561d356effe8eda5eaf472445365e6
18 lines
370 B
JSON
18 lines
370 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-device-cpu",
|
|
"id": "DeviceCPU",
|
|
"version": "0.61.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"title": "CPU",
|
|
"icon": "underline",
|
|
"bugs": {
|
|
"email": "barney@fb.com"
|
|
}
|
|
}
|