diff options
| author | Mitermayer Reis <mitermayer.reis@gmail.com> | 2017-06-06 12:27:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-06 12:27:50 -0700 |
| commit | c28004d9c616a3599e8d0622c87fa071aa2342e8 (patch) | |
| tree | fb0924bf23922badf6f025b1e645189a75977d1c /package.json | |
| parent | b394b4c23622fe3aae78333d7830bc5dabf11e50 (diff) | |
| parent | a3df2e771010f9c70e74fadda32dd81a28b88f4f (diff) | |
| download | vim-prettier-0.0.5.tar.xz | |
Merge pull request #11 from mitermayer/feature/adding-support-for-new-parsers-bump-prettier0.0.5
Bumping support to latest prettier ^1.4.X, enabling support for css,scss,less,typescript formatting and allowing user configuration to enable async as the default for configuration for `:Prettier` command
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index b3cfd9d..aac0aea 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "vim-prettier", "author": "Mitermayer Reis <mitermayer.reis@gmail.com>", - "version": "0.0.1", + "version": "0.0.5", "description": "Vim plugin for prettier", "repository": { "type": "git", "url": "git://github.com/mitermayer/vim-prettier.git" }, "dependencies": { - "prettier": "^1.3.1" + "prettier": "^1.4.2" } } |
