aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorVu Tran <vutran@dropbox.com>2017-06-29 17:36:03 -0700
committerVu Tran <vutran@dropbox.com>2017-06-29 17:36:10 -0700
commit416f20a4cae4e58313c1f68d876b69e00ce69d91 (patch)
tree64aad092bc28e8beb54d8da6c61a27c9a77cb226 /package.json
parente179f61aad3390af441e2469bb700a9d5ce919bf (diff)
downloadvim-prettier-416f20a4cae4e58313c1f68d876b69e00ce69d91.tar.xz
add graphql parser + bump for prettier 1.5
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 9d6eb0a..f091e1e 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,6 @@
"url": "git://github.com/mitermayer/vim-prettier.git"
},
"dependencies": {
- "prettier": "^1.4.4"
+ "prettier": "^1.5.2"
}
}