##// END OF EJS Templates
perms: fixed fork permission help text to reflect the actual state on how it works.
perms: fixed fork permission help text to reflect the actual state on how it works.

File last commit:

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