Enable Plugin

Summary: Encountered while debugging. Seems that the id was incorrect. This diff changes the id back to `"Example"`

Reviewed By: nikoant

Differential Revision: D24782578

fbshipit-source-id: ad1c6d6fe4962179ad609728c8641adc2063e929
This commit is contained in:
Chaiwat Ekkaewnumchai
2020-11-06 05:05:44 -08:00
committed by Facebook GitHub Bot
parent c9205bda3b
commit 88f3faffb1

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json", "$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-example", "name": "flipper-plugin-example",
"id": "flipper-plugin-example", "id": "Example",
"version": "0.64.0", "version": "0.64.0",
"description": "An example for a Flipper plugin", "description": "An example for a Flipper plugin",
"main": "dist/bundle.js", "main": "dist/bundle.js",