Skip to content

Commit

Permalink
[npm] Use stacktrace-parser version that lists io.js under "engines"
Browse files Browse the repository at this point in the history
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
ide committed Jun 24, 2015
1 parent 6686f82 commit e234fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"rebound": "^0.0.12",
"sane": "^1.1.2",
"source-map": "0.1.31",
"stacktrace-parser": "frantic/stacktrace-parser#493c5e5638",
"stacktrace-parser": "ide/stacktrace-parser#iojs",
"uglify-js": "~2.4.16",
"underscore": "1.7.0",
"worker-farm": "^1.3.1",
Expand Down

0 comments on commit e234fc5

Please sign in to comment.