##// END OF EJS Templates
node: bumped to nodejs8, and updated packages.
node: bumped to nodejs8, and updated packages.

File last commit:

r3152:afc7a9c4 default
r3157:ea43f174 default
Show More
.babelrc
10 lines | 160 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}