##// END OF EJS Templates
nix: don't inject invoke/bumpversion in default shell, we use our own py3 compat, and want to have an option to skip it
nix: don't inject invoke/bumpversion in default shell, we use our own py3 compat, and want to have an option to skip it

File last commit:

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