diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2017-06-15 21:34:38 -0700 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2017-06-19 21:02:05 -0700 |
| commit | e93d69afb780ea2035c7ee3a9297ee37575b0b35 (patch) | |
| tree | d4ea4562957d74c3db93d3068b306bcad0517090 /package.json | |
| parent | 8112c1c949a001957a1c31e3edf6a572cf54b456 (diff) | |
| download | vim-prettier-e93d69afb780ea2035c7ee3a9297ee37575b0b35.tar.xz | |
feature: enabling partial buffer conversion
- bumping plugin prettier version
- minor fix, avoiding unecessary sync formattings when content has not
changed
- adding support for partial convertion when on visual selection
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 9f78cf2..9d6eb0a 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,6 @@ "url": "git://github.com/mitermayer/vim-prettier.git" }, "dependencies": { - "prettier": "^1.4.2" + "prettier": "^1.4.4" } } |
