bower / registry

The Bower registry
https://registry.bower.io/packages
MIT License
292 stars 66 forks source link

How to register a component with a path prefix? #104

Closed BerndWessels closed 9 years ago

BerndWessels commented 9 years ago

Hi I try to register my component similar to Polymer/core-input.

So for example Brumm/ui-slider

But I can't figure out how to do it. I only get Error: ENOENT when I try it.

Cheers Bernd

patrickkettner commented 9 years ago

Hey @BerndWessels! That is actually not a valid component name.

According to the spec,

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.

Sorry about that :[