Update changelog and package.json
This commit is contained in:
parent
64e2fe3ec3
commit
9572c8d1d8
|
@ -1,4 +1,5 @@
|
|||
# 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 [yapf](http://github.com/google/yapf) beautifier for Python.
|
||||
|
||||
|
|
|
@ -58,6 +58,10 @@
|
|||
{
|
||||
"name": "Daniel Bayley",
|
||||
"url": "https://github.com/danielbayley"
|
||||
},
|
||||
{
|
||||
"name": "Murphy Randle",
|
||||
"url": "https://github.com/splodingsocks"
|
||||
}
|
||||
],
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in New Issue