You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Bug
The current bower.json is using uppercase.
The text was updated successfully, but these errors were encountered: