[Project] Update URLs

This commit is contained in:
Robert von Burg 2021-03-03 13:57:41 +01:00
parent 8f4e3babcc
commit 52d1c2e043
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"name": "strolch-wc-localize-behavior",
"description": "Strolch Polymer Localization Behavior extension",
"version": "1.1.9",
"version": "1.1.10",
"authors": [
"Franz Nieschalk",
"Robert von Burg"
@ -14,13 +14,13 @@
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/4treesCH/strolch-wc-localize-behavior.git"
"url": "https://github.com/strolch-li/strolch-wc-localize-behavior.git"
},
"license": "https://github.com/4treesCH/strolch-wc-localize-behavior/LICENSE",
"homepage": "https://github.com/4treesCH/strolch-wc-localize-behavior",
"license": "https://github.com/strolch-li/strolch-wc-localize-behavior/LICENSE",
"homepage": "https://github.com/strolch-li/strolch-wc-localize-behavior",
"ignore": [],
"dependencies": {
"strolchjs": "4treesCH/strolchjs#^0.4.2",
"strolchjs": "4treesCH/strolchjs#^0.4.3",
"app-localize-behavior": "PolymerElements/app-localize-behavior#^1.0.2"
}