fix bower.json references

This commit is contained in:
KtorZ 2017-07-07 13:29:40 +02:00
parent 937736fd80
commit 86207adf61
No known key found for this signature in database
GPG Key ID: 3F72E8BC2894C015

View File

@ -1,7 +1,7 @@
{ {
"name": "purescript-indexeddb", "name": "purescript-indexeddb",
"description": "An API wrapper around IndexedDB", "description": "An API wrapper around IndexedDB",
"version": "1.0.1", "version": "1.0.2",
"authors": [ "authors": [
"Matthias Benkort <matthias.benkort@truqu.com>" "Matthias Benkort <matthias.benkort@truqu.com>"
], ],
@ -19,10 +19,10 @@
"deploy.sh" "deploy.sh"
], ],
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/truqu/purescript-indexeddb", "homepage": "https://github.com/truqu/purescript-indexedDB",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/KtorZ/purescript-ifrit.git" "url": "git://github.com/truqu/purescript-indexedDB.git"
}, },
"dependencies": { "dependencies": {
"purescript-maybe": "^3.0.0", "purescript-maybe": "^3.0.0",