From 24f033a84c0ea2e8cd88b4844412e7bd36186f8e Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Mon, 30 Oct 2017 22:51:31 -0400 Subject: [PATCH] lookup: skip browserify in 8.x > bug in traceur compiler polyfill in browserify is causing errors in 8.x and above. This needs to be fixed in browserify. Refs: https://github.com/nodejs/node/pull/14888#issuecomment-328710065 --- lib/lookup.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index 8719eb9a8..76fa4eaef 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -114,7 +114,7 @@ "maintainers": "substack" }, "browserify": { - "flaky": ["v7", "win32"], + "flaky": [">=v8", "win32"], "expectFail": "fips", "maintainers": "substack" },