Skip to content

Commit abdd0e0

Browse files
committed
[npm] Upgrade to stacktrace-parser 0.1.2, which supports io.js
Summary: 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. Closes #1738 Github Author: James Ide <[email protected]>
1 parent a86e6b7 commit abdd0e0

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

0 commit comments

Comments
 (0)