Skip to content
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

Bower package name should not have uppercase letters #1397

Closed
MrMitch opened this issue Mar 7, 2017 · 0 comments
Closed

Bower package name should not have uppercase letters #1397

MrMitch opened this issue Mar 7, 2017 · 0 comments

Comments

@MrMitch
Copy link

MrMitch commented Mar 7, 2017

The bower website specifies that a package name must adhere to the bower.json spec which specifies that the name attribute

  • Must be unique.
  • Should be slug style for simplicity, consistency and compatibility. Example: unicorn-cake
  • Lowercase, a-z, can contain digits, 0-9, can contain dash or dot but not start/end with them.
  • Consecutive dashes or dots not allowed.
  • 50 characters or less.

However, the name attribute in the current bower.json file contains uppercase letters which are prohibited. This can cause deployment errors when continuous integration scripts run bower install on a projects depending on AdminLTE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant