Summary: Releasing version 0.48.0 Reviewed By: mweststrate Differential Revision: D22207960 fbshipit-source-id: 7f21ff151c4e5750646a6dd3e39690229a2e73a5
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.48.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"title": "CPU",
|
|
"icon": "underline",
|
|
"bugs": {
|
|
"email": "barney@fb.com"
|
|
}
|
|
}
|