Summary: Releasing version 0.62.0 Reviewed By: nikoant Differential Revision: D24248944 fbshipit-source-id: 05742031294f6a77c78c0bdccbdffe7d82427f05
18 lines
381 B
JSON
18 lines
381 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-navigation",
|
|
"id": "Navigation",
|
|
"version": "0.62.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"title": "Navigation",
|
|
"icon": "directions",
|
|
"bugs": {
|
|
"email": "beneloca@fb.com"
|
|
}
|
|
}
|