update websocket dependency to 1.0.1

Important bugfixes. ^ will keep bumping until 2.*.*
This commit is contained in:
ansuz 2016-01-16 06:30:48 -05:00
parent 2ed9f0867a
commit 41fe0faa04

View File

@ -4,6 +4,6 @@
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"express": "~4.10.1", "express": "~4.10.1",
"ws": "~0.8.0" "ws": "^1.0.1"
} }
} }