Summary: Releasing version 0.49.0 Reviewed By: cekkaewnumchai Differential Revision: D22307632 fbshipit-source-id: 105fc71f07a4827a5d6e54cf3200b22f800a5f1e
19 lines
442 B
JSON
19 lines
442 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-react-native-tic-tac-toe",
|
|
"id": "ReactNativeTicTacToe",
|
|
"version": "0.49.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"
|
|
}
|
|
}
|