##// END OF EJS Templates
files view changes: moved add file, download and search to the right, added paddings and margins
files view changes: moved add file, download and search to the right, added paddings and margins

File last commit:

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