From abdd0e09b39eb36dc7a3fd49b05b6346f62cf179 Mon Sep 17 00:00:00 2001 From: James Ide <ide@jameside.com> Date: Wed, 12 Aug 2015 10:53:10 -0700 Subject: [PATCH] [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> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c2b254198d50d..0d7a1be91eb4fc 100644 --- a/package.json +++ b/package.json @@ -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",