##// END OF EJS Templates
ssh-keys: allow generation of legacy keys for older systems and windows.
ssh-keys: allow generation of legacy keys for older systems and windows.

File last commit:

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