update websocket dependency to 1.0.1

Important bugfixes. ^ will keep bumping until 2.*.*
pull/1/head
ansuz 2016-01-16 06:30:48 -05:00
parent 2ed9f0867a
commit 41fe0faa04
1 changed files with 1 additions and 1 deletions

View File

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