Skip to content

Commit e234fc5

Browse files
committed
[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.
1 parent 6686f82 commit e234fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"rebound": "^0.0.12",
6464
"sane": "^1.1.2",
6565
"source-map": "0.1.31",
66-
"stacktrace-parser": "frantic/stacktrace-parser#493c5e5638",
66+
"stacktrace-parser": "ide/stacktrace-parser#iojs",
6767
"uglify-js": "~2.4.16",
6868
"underscore": "1.7.0",
6969
"worker-farm": "^1.3.1",

0 commit comments

Comments
 (0)