##// END OF EJS Templates
packages: vendor authomatic to provide bitbucket oath2 capabilities....
packages: vendor authomatic to provide bitbucket oath2 capabilities. - regular release doesn't have it yet.

File last commit:

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