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 Feb 21, 2017
1 parent 5ab6b08 commit 6d92821
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,18 @@
"flaky": ["win32", "sles"]
},
"node-report": {
"prefix": "v",
"flaky": "win32"
},
"mocha": {
"prefix": "v",
"flaky": "aix"
},
"rewire": {
"prefix": "v"
},
"ava": {
"prefix": "v",
"flaky": "aix"
}
}

0 comments on commit 6d92821

Please sign in to comment.