Skip to content

Commit

Permalink
lookup: add new modules
Browse files Browse the repository at this point in the history
Adding some new modules discussed in nodejs#127
  • Loading branch information
George Adams committed May 23, 2017
1 parent 8613984 commit 048f0cd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@
},
"node-report": {
"prefix": "v",
"flaky": "win32",
"tags": "native",
"maintainers": ["rnchamberlain", "richardlau"]
},
Expand Down Expand Up @@ -437,5 +438,19 @@
"maintainers": ["mafintosh", "emilbayes"],
"prefix": "v",
"tags": "native"
},
"mocha": {
"prefix": "v",
"flaky": "aix",
"maintainers": ["tj", "boneskull"]
},
"rewire": {
"prefix": "v",
"maintainers": "jhnns"
},
"ava": {
"prefix": "v",
"flaky": "aix",
"maintainers": ["sindresorhus", "novemberborn"]
}
}

0 comments on commit 048f0cd

Please sign in to comment.