Skip to content

Commit

Permalink
lookup: add babel
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Nov 24, 2018
1 parent 44249dc commit dd65fb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/lookup.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function getRepo(repo, meta) {
ret = ret.replace(/\.git$/, '');
ret = ret.replace(/^git:/, 'https:');
ret = ret.replace(/^ssh:\/\/git@/, 'https://');
ret = /(https:\/\/github.com\/[^\/]+\/[^\/]+)/.exec(ret)[1];
return ret;
}

Expand Down
5 changes: 5 additions & 0 deletions lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -504,5 +504,10 @@
"@nearform/bubbleprof": {
"maintainers": ["mcollina", "BridgeAR"],
"prefix": "v"
},
"@babel/core": {
"prefix": "v",
"yarn": true,
"skip": ["11"]
}
}

0 comments on commit dd65fb2

Please sign in to comment.