aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2017-06-15 21:34:38 -0700
committermitermayer <mitermayer.reis@gmail.com>2017-06-19 21:02:05 -0700
commite93d69afb780ea2035c7ee3a9297ee37575b0b35 (patch)
treed4ea4562957d74c3db93d3068b306bcad0517090 /package.json
parent8112c1c949a001957a1c31e3edf6a572cf54b456 (diff)
downloadvim-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.json2
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"
}
}