[Project] Update URLs

This commit is contained in:
Robert von Burg 2021-03-03 14:17:38 +01:00
parent aa74b372a7
commit 79d575add9
1 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
{
"name": "strolch-wc-plc",
"description": "Strolch PLC WebComponents",
"version": "0.3.9",
"version": "0.3.10",
"authors": ["Robert von Burg"],
"keywords": [
"strolch",
@ -11,18 +11,18 @@
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:4treesCH/strolch-wc-plc.git"
"url": "git@github.com:strolch-li/strolch-wc-plc.git"
},
"license": "https://github.com/4treesCH/strolch-wc-plc/blob/master/LICENSE",
"homepage": "https://github.com/4treesCH/strolch-wc-plc",
"license": "https://github.com/strolch-li/strolch-wc-plc/blob/master/LICENSE",
"homepage": "https://github.com/strolch-li/strolch-wc-plc",
"ignore": [],
"dependencies": {
"strolchjs": "4treesCH/strolchjs#^0.4.2",
"strolch-wc-styles": "4treesCH/strolch-wc-styles#^0.3.0",
"strolch-wc-debounced-input": "4treesCH/strolch-wc-debounced-input#^0.1.0",
"strolch-wc-tree": "4treesCH/strolch-wc-tree#^0.1.9",
"strolch-wc-ws-observer": "4treesCH/strolch-wc-ws-observer#^0.2.5",
"strolch-wc-localize-behavior": "4treesCH/strolch-wc-localize-behavior#^1.1.9",
"strolchjs": "strolch-li/strolchjs#^0.4.3",
"strolch-wc-styles": "strolch-li/strolch-wc-styles#^0.3.1",
"strolch-wc-debounced-input": "strolch-li/strolch-wc-debounced-input#^0.1.1",
"strolch-wc-tree": "strolch-li/strolch-wc-tree#^0.1.10",
"strolch-wc-ws-observer": "strolch-li/strolch-wc-ws-observer#^0.2.7",
"strolch-wc-localize-behavior": "strolch-li/strolch-wc-localize-behavior#^1.1.11",
"polymer": "Polymer/polymer#^1.11.3",