Update tutorial to reflect changes in plugin packaging format
Summary: Tutorial updated to reflect changes in plugin packaging format Reviewed By: passy Differential Revision: D21161268 fbshipit-source-id: b7c6d272be8dd56b76a0af87acdc347df4216f6c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
e165c2cd95
commit
fe09dae237
@@ -1,13 +1,28 @@
|
||||
{
|
||||
"name": "sea-mammals",
|
||||
"version": "1.0.0",
|
||||
"main": "index.tsx",
|
||||
"name": "flipper-plugin-sea-mammals",
|
||||
"id": "sea-mammals",
|
||||
"private": true,
|
||||
"specVersion": 2,
|
||||
"version": "2.0.0",
|
||||
"main": "dist/bundle.js",
|
||||
"flipperBundlerEntry": "src/index.tsx",
|
||||
"license": "MIT",
|
||||
"keywords": ["flipper-plugin"],
|
||||
"keywords": [
|
||||
"flipper-plugin"
|
||||
],
|
||||
"icon": "apps",
|
||||
"title": "Sea Mammals",
|
||||
"category": "Example Plugin",
|
||||
"bugs": {
|
||||
"email": "realpassy@fb.com"
|
||||
},
|
||||
"scripts": {
|
||||
"prepack": "flipper-pkg bundle"
|
||||
},
|
||||
"dependencies": {
|
||||
"flipper": "0.39.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"flipper-pkg": "0.39.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user