Update changelog and package.json
This commit is contained in:
parent
64e2fe3ec3
commit
9572c8d1d8
|
@ -1,4 +1,5 @@
|
||||||
# dev
|
# dev
|
||||||
|
- Add [elm-format](https://github.com/avh4/elm-format) beautifier for the Elm language.
|
||||||
- Add [clang-format](http://clang.llvm.org/docs/ClangFormat.html) beautifier for C/C++/Obj-C languages.
|
- Add [clang-format](http://clang.llvm.org/docs/ClangFormat.html) beautifier for C/C++/Obj-C languages.
|
||||||
- Add [yapf](http://github.com/google/yapf) beautifier for Python.
|
- Add [yapf](http://github.com/google/yapf) beautifier for Python.
|
||||||
|
|
||||||
|
|
|
@ -58,6 +58,10 @@
|
||||||
{
|
{
|
||||||
"name": "Daniel Bayley",
|
"name": "Daniel Bayley",
|
||||||
"url": "https://github.com/danielbayley"
|
"url": "https://github.com/danielbayley"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Murphy Randle",
|
||||||
|
"url": "https://github.com/splodingsocks"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
Loading…
Reference in New Issue