Skip to content

Commit c8cfba1

Browse files
committed
[npm] Upgrade to stacktrace-parser 0.1.2, which supports io.js
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 during `npm install`. There's no problem with using the older version of stacktrace-parser; this just clears the warning. Test Plan: Run `npm install` under io.js -- no more warnings about a mismatched Node version.
1 parent 5164aa2 commit c8cfba1

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
@@ -66,7 +66,7 @@
6666
"sane": "^1.1.2",
6767
"semver": "^4.3.6",
6868
"source-map": "0.1.31",
69-
"stacktrace-parser": "frantic/stacktrace-parser#493c5e5638",
69+
"stacktrace-parser": "^0.1.2",
7070
"uglify-js": "~2.4.16",
7171
"underscore": "1.7.0",
7272
"wordwrap": "^1.0.0",

0 commit comments

Comments
 (0)