Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[npm] Use stacktrace-parser version that lists io.js under "engines"
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.
- Loading branch information