##// END OF EJS Templates
pull-requests: small code cleanup to define other type of merge username...
pull-requests: small code cleanup to define other type of merge username - possible to specify alternative attr using env option: RC_MERGE_USER_NAME_ATTR

File last commit:

r3172:d37fc984 default
r4191:10d818a8 stable
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}