##// END OF EJS Templates
archives: if implicit ref name was used to obtain archive, redirect to explicit commit sha so we can...
archives: if implicit ref name was used to obtain archive, redirect to explicit commit sha so we can have the proper caching for references names.

File last commit:

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