pouchdb / upsert

PouchDB plugin for upsert() and putIfNotExists() functions
Apache License 2.0
149 stars 25 forks source link

Bower points to wrong repository #10

Closed AgDude closed 8 years ago

AgDude commented 8 years ago

when I install from bower I get this:

bower pouchdb-upsert#*      not-cached git://github.com/nolanlawson/pouchdb-upsert.git#*
bower pouchdb-upsert#*         resolve git://github.com/nolanlawson/pouchdb-upsert.git#*
bower pouchdb-upsert#*        download https://github.com/nolanlawson/pouchdb-upsert/archive/v1.1.3.tar.gz
bower pouchdb-upsert#*         extract archive.tar.gz
bower pouchdb-upsert#*        mismatch Version declared in the json (1.1.1) is different than the resolved one (1.1.3)
bower pouchdb-upsert#*        resolved git://github.com/nolanlawson/pouchdb-upsert.git#1.1.3
bower pouchdb-upsert#~1.1.3    install pouchdb-upsert#1.1.3
nolanlawson commented 8 years ago

Yeah I forgot to update the bower URL. Will do.

nolanlawson commented 8 years ago

fixed