[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 https://github.com/facebook/react-native/pull/1738
Github Author: James Ide <ide@jameside.com>
This commit is contained in:
James Ide 2015-08-12 10:53:10 -07:00
parent a86e6b76fb
commit abdd0e09b3
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
"sane": "^1.1.2",
"semver": "^4.3.6",
"source-map": "0.1.31",
"stacktrace-parser": "frantic/stacktrace-parser#493c5e5638",
"stacktrace-parser": "0.1.2",
"uglify-js": "2.4.16",
"underscore": "1.7.0",
"wordwrap": "^1.0.0",