[Chrome Debugger] Update ws dependency to 0.7.2

Summary:
ws 0.7.2 officially supports io.js

Closes https://github.com/facebook/react-native/pull/2013
Github Author: James Ide <ide@jameside.com>
This commit is contained in:
James Ide 2015-07-24 15:24:46 -07:00
parent bf7e2a85d0
commit c8373d2ad6
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
"underscore": "1.7.0", "underscore": "1.7.0",
"wordwrap": "^1.0.0", "wordwrap": "^1.0.0",
"worker-farm": "^1.3.1", "worker-farm": "^1.3.1",
"ws": "0.4.31", "ws": "^0.7.2",
"yargs": "1.3.2" "yargs": "1.3.2"
}, },
"devDependencies": { "devDependencies": {