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 Jan 3, 2017
1 parent f121ac7 commit 1702c7e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,5 +272,28 @@
},
"spawn-wrap": {
"prefix": "v"
},
"mocha": {
"replace": true,
"prefix": "v",
"flaky": "aix"
},
"rewire": {
"replace": true,
"prefix": "v"
},
"tap": {
"replace": true,
"prefix": "v",
"flaky": "aix"
},
"tape": {
"replace": true,
"prefix": "v"
},
"ava": {
"replace": true,
"prefix": "v",
"flaky": "aix"
}
}

0 comments on commit 1702c7e

Please sign in to comment.