Summary: Converted the Seammammals plugin to use Sandy plugin infra (but the old components). Also updated lock file. Added unittests have been added as well. The UI snapshots in there are kinda overkill, but nice demo that it works. This completes the full roundtrip of the new Sandy infra, so this will be the last diff of this stack. I promise. I think. Reviewed By: nikoant Differential Revision: D22308265 fbshipit-source-id: 260e91a1951d486f6689880fe25281e80a71806a
34 lines
799 B
JSON
34 lines
799 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-sea-mammals",
|
|
"id": "sea-mammals",
|
|
"private": true,
|
|
"version": "0.49.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "src/index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"icon": "apps",
|
|
"title": "Sea Mammals",
|
|
"category": "Example Plugin",
|
|
"bugs": {
|
|
"email": "realpassy@fb.com"
|
|
},
|
|
"scripts": {
|
|
"lint": "flipper-pkg lint",
|
|
"build": "flipper-pkg bundle",
|
|
"watch": "flipper-pkg bundle --watch",
|
|
"prepack": "flipper-pkg lint && flipper-pkg bundle --production"
|
|
},
|
|
"peerDependencies": {
|
|
"flipper": "0.49.0",
|
|
"flipper-plugin": "0.49.0"
|
|
},
|
|
"devDependencies": {
|
|
"flipper": "0.49.0",
|
|
"flipper-pkg": "0.49.0"
|
|
}
|
|
}
|