Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/1267 Bumped versions of all plugins to match current Flipper version 0.46.0. Reviewed By: mweststrate Differential Revision: D22042959 fbshipit-source-id: 37c169bfd1b90debb8f94c9465a345a015524158
22 lines
504 B
JSON
22 lines
504 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-react-native-tic-tac-toe",
|
|
"id": "ReactNativeTicTacToe",
|
|
"version": "0.46.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"icon": "apps",
|
|
"title": "React Native Tic Tac Toe",
|
|
"category": "Examples",
|
|
"bugs": {
|
|
"email": "mweststrate@fb.com"
|
|
},
|
|
"scripts": {
|
|
"prepack": "../../pkg/bin/run bundle"
|
|
}
|
|
}
|