From 86207adf6185e24fb82562dedf674358ab2ffb50 Mon Sep 17 00:00:00 2001 From: KtorZ Date: Fri, 7 Jul 2017 13:29:40 +0200 Subject: [PATCH] fix bower.json references --- bower.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 9ae8874..413e017 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "purescript-indexeddb", "description": "An API wrapper around IndexedDB", - "version": "1.0.1", + "version": "1.0.2", "authors": [ "Matthias Benkort " ], @@ -19,10 +19,10 @@ "deploy.sh" ], "license": "MIT", - "homepage": "https://github.com/truqu/purescript-indexeddb", + "homepage": "https://github.com/truqu/purescript-indexedDB", "repository": { "type": "git", - "url": "git://github.com/KtorZ/purescript-ifrit.git" + "url": "git://github.com/truqu/purescript-indexedDB.git" }, "dependencies": { "purescript-maybe": "^3.0.0",