Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[npm] Upgrade ws to 0.7.2 and use stacktrace-parser that supports io.js
- ws 0.7 shipped with better io.js compatibility (see https://github.com/websockets/ws/releases for the changelog). - stacktrace-parser used to list only Node 0.10 under its list of supported engines. This new version includes Node 1.x and 2.x (i.e. io.js) as well, which addresses the warning. Test Plan: Run `npm install` under io.js -- no more warnings about a mismatched Node version. Run the UIExplorer with the Chrome debugger. Can use it fine and no issues when reloading the app.
- Loading branch information