##// END OF EJS Templates
pull-requests: add indication of state change in list of pull-requests and actually show them in the list.
pull-requests: add indication of state change in list of pull-requests and actually show them in the list.

File last commit:

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