Enforce version "0.0.0" in plugin sources

Summary: I've noticed that two plugins had wrong versions set and because of that they always published with the same version and not auto-updated. This diff fixes that and also adds safeguard which shows error on "yarn install" if some plugin packages has version set to something different from "0.0.0".

Reviewed By: passy

Differential Revision: D28443509

fbshipit-source-id: d982dbe05fa876717799d9464f900f2173b32f70
This commit is contained in:
Anton Nikolaev
2021-05-14 10:22:05 -07:00
committed by Facebook GitHub Bot
parent 580f4c7048
commit 366752f424
2 changed files with 11 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
"archived": false
}
],
"version": "0.0.1",
"version": "0.0.0",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"license": "MIT",