[Project] Update URLs

This commit is contained in:
Robert von Burg 2021-03-03 13:47:10 +01:00
parent b2faa355d3
commit caa6b2f958
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "strolch-wc-ws-observer", "name": "strolch-wc-ws-observer",
"description": "Strolch Polymer WebSocket observer update handler extension", "description": "Strolch Polymer WebSocket observer update handler extension",
"version": "0.2.5", "version": "0.2.6",
"authors": [ "authors": [
"Robert von Burg" "Robert von Burg"
], ],
@ -14,13 +14,13 @@
"private": false, "private": false,
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/4treesCH/strolch-wc-ws-observer.git" "url": "https://github.com/strolch-li/strolch-wc-ws-observer.git"
}, },
"license": "https://github.com/4treesCH/strolch-wc-ws-observer/LICENSE", "license": "https://github.com/strolch-li/strolch-wc-ws-observer/LICENSE",
"homepage": "https://github.com/4treesCH/strolch-wc-ws-observer", "homepage": "https://github.com/strolch-li/strolch-wc-ws-observer",
"ignore": [], "ignore": [],
"dependencies": { "dependencies": {
"strolchjs": "4treesCH/strolchjs#^0.4.2", "strolchjs": "4treesCH/strolchjs#^0.4.3",
"polymer": "Polymer/polymer#^1.11.3" "polymer": "Polymer/polymer#^1.11.3"
} }
} }