publish example plugin

Summary:
Prepare package.json to publish to NPM.
This should set an example on how plugins can be shared via NPM.

Reviewed By: passy

Differential Revision: D17450841

fbshipit-source-id: 95bfe7331e5a95d4a8d201e5fea148cbdec6859f
This commit is contained in:
Daniel Büchele
2019-09-19 02:31:33 -07:00
committed by Facebook Github Bot
parent 735aee7682
commit 039d1cca99

View File

@@ -1,13 +1,13 @@
{ {
"name": "Example", "name": "flipper-plugin-example",
"version": "1.0.0", "version": "1.0.0",
"description": "An example for a Flipper plugin",
"main": "index.tsx", "main": "index.tsx",
"license": "MIT", "license": "MIT",
"keywords": ["flipper-plugin"], "keywords": ["flipper-plugin"],
"title": "Example Plugin", "title": "Example Plugin",
"icon": "apps", "icon": "apps",
"bugs": { "bugs": {
"email": "oncall+flipper@xmail.facebook.com", "url": "https://fbflipper.com/"
"url": "https://fb.workplace.com/groups/230455004101832/"
} }
} }