##// END OF EJS Templates
gists: removed private/public gist buttons and replaced them with radio group...
gists: removed private/public gist buttons and replaced them with radio group - ux wise having two main action buttons was bad and confusing - radionselector makes it a single create gist action with optional type+explanation - this is part of Gist ui changes

File last commit:

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