From 97eaabe53da1449798902ec70e1bf5ff1085524f Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Wed, 8 Mar 2017 16:29:59 +0100 Subject: [PATCH] Changed name to strolch-wc-localize-behavior --- bower.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index 4f68f48..3938d8d 100644 --- a/bower.json +++ b/bower.json @@ -1,20 +1,20 @@ { - "name": "strolch-localize-behavior", - "description": "Strolch Localization Behavior", - "version": "1.0.0", + "name": "strolch-wc-localize-behavior", + "description": "Strolch Polymer Localization Behavior extension", + "version": "1.0", "authors": "Franz Nieschalk", "keywords": [ "strolch", "localization" ], - "main": "strolch-localize-behavior.html", + "main": "strolch-wc-localize-behavior.html", "private": false, "repository": { "type": "git", - "url": "git@bitbucket.org:ontos4trees/strolch-localize-behavior.git" + "url": "https://github.com/4treesCH/strolch-wc-localize-behavior.git" }, - "license": "https://bitbucket.org/ontos4trees/strolch-localize-behavior/LICENSE", - "homepage": "https://bitbucket.org/ontos4trees/strolch-localize-behavior", + "license": "https://github.com/4treesCH/strolch-wc-localize-behavior/LICENSE", + "homepage": "https://github.com/4treesCH/strolch-wc-localize-behavior", "ignore": [], "dependencies": { "app-localize-behavior": "PolymerElements/app-localize-behavior#^0.10.0"