##// END OF EJS Templates
feat(archives): archive download links uses rel="nofollow" attribute to stop bots from indexing it.
feat(archives): archive download links uses rel="nofollow" attribute to stop bots from indexing it.

File last commit:

r5238:57ce088c default
r5248:e139aad4 default
Show More
.babelrc
17 lines | 216 B | text/plain | TextLexer
{
"presets": [
[
"env",
{
"targets": {
"browsers": [
"last 2 versions"
]
}
}
]
],
"plugins": [
"transform-object-rest-spread"
]
}