Summary: The plugin seems to miss the train to version 0.65. This diff gives it a ride to the current version Reviewed By: nikoant Differential Revision: D24950948 fbshipit-source-id: 3132a3baf0a41d8ec0de5cf8c55c0561126b038f
22 lines
458 B
JSON
22 lines
458 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-navigation",
|
|
"id": "Navigation",
|
|
"version": "0.65.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"title": "Navigation",
|
|
"icon": "directions",
|
|
"bugs": {
|
|
"email": "beneloca@fb.com"
|
|
},
|
|
"peerDependencies": {
|
|
"flipper-plugin": "0.65.0",
|
|
"antd": "*"
|
|
}
|
|
}
|