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

Use lower case for bower package name #949

Closed
ZheSun88 opened this issue May 3, 2024 · 1 comment
Closed

Use lower case for bower package name #949

ZheSun88 opened this issue May 3, 2024 · 1 comment

Comments

@ZheSun88
Copy link

ZheSun88 commented May 3, 2024

This issue proposes a [bug, feature] which...

Background & Context

Hi, I am not sure if this is a bug or just a suggestion for common practice, when checking the bower.json spec, it 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.

Bug

The current bower.json is using uppercase.

@cure53
Copy link
Owner

cure53 commented May 3, 2024

Oh, thanks for spotting, this should have no consequences but also happy to accept a quick PR to change to lowercase 🙂

@cure53 cure53 closed this as completed in dc61232 May 5, 2024
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

2 participants