sockjs / sockjs-node

WebSocket emulation - Node.js server
http://sockjs.org
MIT License
2.09k stars 309 forks source link

Fix sockjs version in package.json #243

Closed jdragonbae closed 5 years ago

jdragonbae commented 5 years ago

This patch fix version of sockjs written in package.json. We can see the latest version in npm(https://www.npmjs.com/package/sockjs).

brycekahle commented 5 years ago

The master branch does not represent the released version. It can contain changes that have not been released yet. The examples have been updated to reflect some API changes coming in 0.4.0, thus why they have an updated package.json.

jdragonbae commented 5 years ago

I got it. Thanks!