Merge pull request #480 from stisa/master

websockets->jswebsockets
This commit is contained in:
Dominik Picheta 2017-03-02 18:09:30 +00:00 committed by GitHub
commit 935ffc95fa

View File

@ -6018,8 +6018,8 @@
"web": "http://stisa.space/snail/" "web": "http://stisa.space/snail/"
}, },
{ {
"name": "websockets", "name": "jswebsockets",
"url": "https://github.com/stisa/websockets", "url": "https://github.com/stisa/jswebsockets",
"method": "git", "method": "git",
"tags": [ "tags": [
"js", "js",
@ -6029,6 +6029,6 @@
], ],
"description": "Websockets wrapper for nim js backend.", "description": "Websockets wrapper for nim js backend.",
"license": "MIT", "license": "MIT",
"web": "http://stisa.space/websockets/" "web": "http://stisa.space/jswebsockets/"
} }
] ]