Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsograziano committed Oct 9, 2023
1 parent c47ab10 commit 70c4e20
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"prefix": "v",
"tags": "native",
"maintainers": ["3rdeden", "einaros", "lpinca"],
"skip": "win32"
"skip": ["win32", "darwin"]
},
"cheerio": {
"skip": ["aix", "win32"],
Expand Down Expand Up @@ -281,7 +281,7 @@
"leveldown": {
"head": true,
"useGitClone": true,
"skip": ["ppc", "s390"],
"skip": ["ppc", "s390", "darwin"],
"tags": "native",
"maintainers": ["ralphtheninja", "vweevers"]
},
Expand All @@ -307,7 +307,8 @@
"microtime": {
"prefix": "v",
"tags": "native",
"maintainers": "wadey"
"maintainers": "wadey",
"skip": ["darwin"]
},
"mime": {
"prefix": "v",
Expand Down

0 comments on commit 70c4e20

Please sign in to comment.