Skip to content

Commit

Permalink
lookup: skip yeoman-generator on v10.x (#854)
Browse files Browse the repository at this point in the history
It depends on `Object.fromEntries` which doesn't exist in that version.
  • Loading branch information
targos authored and MylesBorins committed Mar 18, 2021
1 parent 2e8adcf commit b23b086
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,8 @@
"prefix": "v",
"flaky": ["ppc", "rhel"],
"expectFail": "fips",
"maintainers": ["SBoudrias", "sindresorhus"]
"maintainers": ["SBoudrias", "sindresorhus"],
"skip": "10.x"
},
"zeromq": {
"prefix": "v",
Expand Down

0 comments on commit b23b086

Please sign in to comment.