Open antoniave opened 1 year ago
A pioneer-package should always be added as a peer dependency, not as a "normal" dependency. Especially when publishing packages.
In the build-pioneer-cli tool we already check if all necessary dependencies are declared in the package.json.
build-pioneer-cli
The idea is to additionally check if all pioneer-package dependencies are declared as peer dependecies and not as "normal" dependencies.
A pioneer-package should always be added as a peer dependency, not as a "normal" dependency. Especially when publishing packages.
In the
build-pioneer-cli
tool we already check if all necessary dependencies are declared in the package.json.The idea is to additionally check if all pioneer-package dependencies are declared as peer dependecies and not as "normal" dependencies.