Skip to content

Commit

Permalink
lookup: add npm
Browse files Browse the repository at this point in the history
This was, surprisingly, not in this list.
  • Loading branch information
addaleax authored and targos committed Mar 6, 2021
1 parent d0185d9 commit 97416b5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"expectFail": "fips",
"maintainers": ["stefanpenner", "rwjblue", "Turbo87", "kellyselden"]
},
"end-of-stream": {
"end-of-stream": {
"prefix": "v",
"maintainers": "mafintosh",
"skip": "win32"
Expand Down Expand Up @@ -342,6 +342,11 @@
"comment": "Flaky because of test timeouts",
"skip": true
},
"npm": {
"maintainers": ["nodejs/npm"],
"prefix": "v",
"skip": "s390"
},
"path-to-regexp": {
"prefix": "v",
"maintainers": "blakeembrey",
Expand All @@ -362,7 +367,7 @@
"prefix": "v",
"maintainers": "mafintosh",
"skip": "win32"
},
},
"pumpify": {
"prefix": "v",
"maintainers": "mafintosh",
Expand Down

0 comments on commit 97416b5

Please sign in to comment.