Compare commits

...

8 Commits

1 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"name": "strolch-wc-ws-observer",
"description": "Strolch Polymer WebSocket observer update handler extension",
"version": "0.2.3",
"version": "0.2.11",
"authors": [
"Robert von Burg"
],
@ -14,13 +14,13 @@
"private": false,
"repository": {
"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",
"homepage": "https://github.com/4treesCH/strolch-wc-ws-observer",
"license": "https://github.com/strolch-li/strolch-wc-ws-observer/LICENSE",
"homepage": "https://github.com/strolch-li/strolch-wc-ws-observer",
"ignore": [],
"dependencies": {
"strolchjs": "4treesCH/strolchjs#^0.4.0",
"polymer": "Polymer/polymer#^1.11.3"
"strolchjs": "strolch-li/strolchjs#^0.5.3",
"polymer": "Polymer/polymer#^1.12.0"
}
}