Summary: Releasing version 0.66.0 Reviewed By: nikoant Differential Revision: D25052024 fbshipit-source-id: 5ef39431905ca3bc2c4870bff2f8ae917ed1e81e
23 lines
539 B
JSON
23 lines
539 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-device-logs",
|
|
"id": "DeviceLogs",
|
|
"version": "0.66.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"dependencies": {},
|
|
"peerDependencies": {
|
|
"flipper-plugin": "0.66.0"
|
|
},
|
|
"title": "Logs",
|
|
"icon": "arrow-right",
|
|
"bugs": {
|
|
"email": "oncall+flipper@xmail.facebook.com",
|
|
"url": "https://fb.workplace.com/groups/flippersupport/"
|
|
}
|
|
}
|