Skip to content

Commit

Permalink
lookup: add debug (#626)
Browse files Browse the repository at this point in the history
- skip win32 because `npm test` fails
- skip aix, ppc and s390 because PhantomJS is not compatible
  • Loading branch information
targos authored Dec 12, 2018
1 parent 17996a7 commit 64c42d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@
"maintainers": "alanshaw",
"skip": true
},
"debug": {
"maintainers": ["qix", "tootallnate"],
"skip": ["aix", "ppc", "s390", "win32"]
},
"dicer": {
"prefix": "v",
"maintainers": "mscdex"
Expand Down

0 comments on commit 64c42d2

Please sign in to comment.