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
files
package.json
so that we don't publish all the repo's files to npm, which at the moment includes even git-ignored files like .venv
.venv
🤦
More info: https://docs.npmjs.com/cli/v6/configuring-npm/package-json#files
I think we would only need:
but we should double-check that we don't rely on npm for other files.
Once the details are worked out, if might be good to submit a PR to https://github.com/plotly/dash-component-boilerplate/ as well.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
so that we don't publish all the repo's files to npm, which at the moment includes even git-ignored files like
.venv
🤦
More info: https://docs.npmjs.com/cli/v6/configuring-npm/package-json#files
I think we would only need:
but we should double-check that we don't rely on npm for other files.
Once the details are worked out, if might be good to submit a PR to https://github.com/plotly/dash-component-boilerplate/ as well.
The text was updated successfully, but these errors were encountered: