angular-indexedDB icon indicating copy to clipboard operation
angular-indexedDB copied to clipboard

Bower package is broken

Open schmod opened this issue 11 years ago • 0 comments

Another package currently uses the name angular-indexedDB, and accordingly, this package cannot be installed from the Bower registry.

$ bower install angular-indexedDB --save
    bower not-cached    git://github.com/gdi2290/angular-indexedDB.git#*
    bower resolve       git://github.com/gdi2290/angular-indexedDB.git#*
    bower not-cached    git://github.com/gdi2290/angular-indexedDB.git#~0.0.1
    bower resolve       git://github.com/gdi2290/angular-indexedDB.git#~0.0.1
    bower download      https://github.com/gdi2290/angular-indexedDB/archive/v0.0.1.tar.gz
    bower download      https://github.com/gdi2290/angular-indexedDB/archive/v0.0.1.tar.gz
    bower extract       angular-indexedDB#* archive.tar.gz
    bower extract       angular-indexedDB#~0.0.1 archive.tar.gz
    bower resolved      git://github.com/gdi2290/angular-indexedDB.git#0.0.1
    bower resolved      git://github.com/gdi2290/angular-indexedDB.git#0.0.1
    bower install       angular-indexedDB#0.0.1

    angular-indexedDB#0.0.1 bower_components/angular-indexedDB

schmod avatar Mar 21 '14 17:03 schmod