yathit / ydn-db

Javascript database module for Indexeddb, Web SQL and localStorage storage mechanisms supporting version migration, advanced query, SQL and transaction.
Apache License 2.0
503 stars 41 forks source link

Bower installation is broken (install always previous version) #119

Open jleyva opened 7 years ago

jleyva commented 7 years ago

bower install ydn.db#v1.3.3 installs version 1.0.3

bower install ydn.db#v1.0.3 installs version 0.9.2

I think that at some point a rebase and push force was done in this repository and the commits pointing to the correct versions were lost? The resolutions in the local .bower json points to the correct branch (for example, v1.3.3.) but to a commit that doesn't exist