Summary: Releasing version 0.65.0 Reviewed By: nikoant Differential Revision: D24884910 fbshipit-source-id: 6aa59c57c9d372046d71048513db322c03c72b57
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.65.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"
|
|
}
|
|
}
|