Skip to content

Commit

Permalink
Release 1.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Jul 9, 2020
1 parent c48e2eb commit 6705200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "coc-prettier",
"version": "1.1.16",
"version": "1.1.17",
"description": "prettier extension for coc.nvim",
"main": "lib/index.js",
"publisher": "chemzqm",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -5,6 +5,7 @@
"target": "es2015",
"module": "commonjs",
"moduleResolution": "node",
"declaration": false,
"lib": ["es2018"],
"plugins": []
},
Expand Down

0 comments on commit 6705200

Please sign in to comment.