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:
committed by
Facebook Github Bot
parent
735aee7682
commit
039d1cca99
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "Example",
|
||||
"name": "flipper-plugin-example",
|
||||
"version": "1.0.0",
|
||||
"description": "An example for a Flipper plugin",
|
||||
"main": "index.tsx",
|
||||
"license": "MIT",
|
||||
"keywords": ["flipper-plugin"],
|
||||
"title": "Example Plugin",
|
||||
"icon": "apps",
|
||||
"bugs": {
|
||||
"email": "oncall+flipper@xmail.facebook.com",
|
||||
"url": "https://fb.workplace.com/groups/230455004101832/"
|
||||
"url": "https://fbflipper.com/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user