Skip to content

Commit

Permalink
lookup: skip browserify in 8.x >
Browse files Browse the repository at this point in the history
bug in traceur compiler polyfill in browserify is causing errors
in 8.x and above. This needs to be fixed in browserify.

Refs: nodejs/node#14888 (comment)
  • Loading branch information
MylesBorins committed Oct 31, 2017
1 parent cc600fc commit 24f033a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"maintainers": "substack"
},
"browserify": {
"flaky": ["v7", "win32"],
"flaky": [">=v8", "win32"],
"expectFail": "fips",
"maintainers": "substack"
},
Expand Down

0 comments on commit 24f033a

Please sign in to comment.