Closed elmerbulthuis closed 9 years ago
It can be loaded via bower using the following:
SSH
"dependencies": {
"IndexedDBShim": "git@github.com:axemclion/IndexedDBShim#master",
}
HTTPS
"dependencies": {
"IndexedDBShim": "https://github.com/axemclion/IndexedDBShim.git#master",
}
Unfortunately, this will always pull the latest from master. It would be great to have better integration. As IndexedDBShim
is already using semver, it should be as easy as tagging the current version and pushing to Github.
git tag 0.1.2
git push --tags
There's now a bower.json
, but the versions aren't being kept up to date...
Should we publish to bower using travis ?
You can install via Bower like this:
bower install IndexedDBShim
Please give it a try and let us know if there are any problems. Thanks!
Would be great if IndexedDbShim could be loaded via bower!