aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2017-09-14 11:07:09 -0700
committermitermayer <mitermayer.reis@gmail.com>2017-09-14 11:10:24 -0700
commit64756f28d3e6eec71e8591d0ada68ea6a0daf61f (patch)
tree32962fcf039eb9ec73d7d5b07a69a53562de97c4 /package.json
parent21faa2c2c7fd370f7d15d21391b4a9fa98047ed3 (diff)
downloadvim-prettier-64756f28d3e6eec71e8591d0ada68ea6a0daf61f.tar.xz
Adding note on required prettier version
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 8912ebd..17af76d 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,6 @@
"url": "git://github.com/prettier/vim-prettier.git"
},
"dependencies": {
- "prettier": "^1.6.2"
+ "prettier": "^1.7.0"
}
}