bower / registry

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

Unregister Request: bootstrap-grid #183

Closed jrummell closed 8 years ago

jrummell commented 8 years ago

Hi, I'm trying to register a new package with a name not found on bower search. I used to the bower info command to see that there is a registered repository with that name, but it does not exist. Can you please free that up for me?

> bower register bootstrap-grid https://github.com/jrummell/bootstrap-grid.git
bower bootstrap-grid#*         resolve https://github.com/jrummell/bootstrap-grid.git#*
bower bootstrap-grid#*        checkout master
bower bootstrap-grid#*    invalid-meta bootstrap-grid is missing "main" entry in bower.json
bower bootstrap-grid#*        resolved https://github.com/jrummell/bootstrap-grid.git#985f8340e5
? Registering a package will make it installable via the registry (https://bower.herokuapp.com), continue? Yes
bower bootstrap-grid          register https://github.com/jrummell/bootstrap-grid.git
bower                       EDUPLICATE Duplicate package

> bower info bootstrap-grid
bower bootstrap-grid#*      not-cached git://github.com/shoehorn/grid.git#*
bower bootstrap-grid#*         resolve git://github.com/shoehorn/grid.git#*
bower                          ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/shoehorn/grid.git", exit code of #128 fatal: remote error:    Repository not found.

Additional error details:
fatal: remote error:
  Repository not found.
desandro commented 8 years ago

bootstrap-grid has been unregistered. Thank you for using Bower.

jrummell commented 8 years ago

Thanks!