bower / registry

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

Cannot register module #90

Closed egeste closed 10 years ago

egeste commented 10 years ago
./node_modules/.bin/bower register oraculum-muTable git://github.com/lookout/oraculum-muTable.git                                                                                                                                   1 ↵
bower oraculum-muTable#*       resolve git://github.com/lookout/oraculum-muTable.git#*
bower oraculum-muTable#*      download https://github.com/lookout/oraculum-muTable/archive/0.0.1.tar.gz
bower oraculum-muTable#*       extract archive.tar.gz
bower oraculum-muTable#*      resolved git://github.com/lookout/oraculum-muTable.git#0.0.1
[?] Registering a package will make it installable via the registry (https://bower.herokuapp.com), continue? Yes
bower oraculum-muTable        register git://github.com/lookout/oraculum-muTable.git
bower                       EINVFORMAT Invalid URL format

WAT DO!?

rayshan commented 10 years ago

lowercase name? https://github.com/bower/bower.json-spec#name

egeste commented 10 years ago

Is that a new requirement?

rayshan commented 10 years ago

Well... it's been in the spec, probably inspired by https://github.com/npm/npm/issues/3692, but validation was recently added: https://github.com/bower/registry/commit/20e63ce953a6eeecf13e26289015128ae6f2cea3