We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: