diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2019-02-18 09:20:29 -0800 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2019-08-25 21:14:48 -0700 |
| commit | ed65689b2d8f6328950be424b556229942380479 (patch) | |
| tree | 3c3586d0ddcd3408dc7a4a24fbb464ca3500c6f0 | |
| parent | bf454551cb33201ae9d2bc7a4c7e6555047cef9c (diff) | |
| download | vim-prettier-ed65689b2d8f6328950be424b556229942380479.tar.xz | |
Upgrading prettier base dep
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 8d02554..67f2e83 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "@prettier/plugin-lua": "0.0.1", "@prettier/plugin-php": "^0.10.2", "@prettier/plugin-python": "prettier/plugin-python", - "@prettier/plugin-swift": "prettier/plugin-swift" + "@prettier/plugin-swift": "prettier/plugin-swift", + "prettier": "^1.16.4" } } |
