From faabdbc2a025e42bce31d4093b06d508b8177168 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Wed, 3 Mar 2021 13:45:56 +0100 Subject: [PATCH] [Project] Update URLs --- bower.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 0e445ba..667894c 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "strolch-wc-debounced-input", "description": "Strolch WebComponent Debounced Input", - "version": "0.1.0", + "version": "0.1.1", "authors": [ "Robert von Burg" ], @@ -13,10 +13,10 @@ "private": true, "repository": { "type": "git", - "url": "git@github.com:4treesCH/strolch-wc-debounced-input.git" + "url": "git@github.com:strolch-li/strolch-wc-debounced-input.git" }, - "license": "https://github.com/4treesCH/strolch-wc-debounced-input/blob/master/LICENSE", - "homepage": "https://github.com/4treesCH/strolch-wc-debounced-input", + "license": "https://github.com/strolch-li/strolch-wc-debounced-input/blob/master/LICENSE", + "homepage": "https://github.com/strolch-li/strolch-wc-debounced-input", "ignore": [], "dependencies": { "polymer": "Polymer/polymer#^1.11.3",