-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Release is missing required assets #56
Comments
The issue is related to the fact that the src resources are not included with the npm package. See this file as a reference to correct. Exit criteriaThis issue can be closed once the update includes the necessary components of the source files. To validate, run |
/duplicate |
Changes to be committed: modified: .npmignore
Changes to be committed: modified: .npmignore
## [2.0.1](v2.0.0...v2.0.1) (2023-04-18) ### Bug Fixes * **npm:** update ignore to include src assets [#56](#56) ([d446c25](d446c25))
Please verify the version of auro-badge you have installed
1.2.4
Please describe the bug
The delivered version of
index.js
has a dependency on./src/auro-badge.js
which is not in the delivered package. We need to update the package and include./src/auro-badge.js
See https://www.runpkg.com/?@aurodesignsystem/auro-badge@2.0.0/index.js
Reproducing the error on the docsite
No I can't
Expected behavior
The installed element should operate as expected.
What browsers are you seeing the problem on?
No response
Additional context
n/a
The text was updated successfully, but these errors were encountered: