Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Jul 18, 2019
1 parent b0e7043 commit acc1356
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coc-tslint-plugin",
"version": "1.1.0",
"version": "1.1.1",
"description": "TSLint extension for coc.nvim as tsserver plugin",
"main": "lib/index.js",
"publisher": "chemzqm",
Expand Down Expand Up @@ -89,10 +89,14 @@
"description": "Suppress tslint errors from being reported while other errors are present."
},
"tslint.packageManager": {
"type": "string",
"description": "Package manager used, either: npm, yarn, or pnpm. This is currently only used for error message instructions about how to install tslint. Default is npm.",
"default": "npm",
"enum": ["npm", "yarn", "pnpm"]
"type": "string",
"description": "Package manager used, either: npm, yarn, or pnpm. This is currently only used for error message instructions about how to install tslint. Default is npm.",
"default": "npm",
"enum": [
"npm",
"yarn",
"pnpm"
]
}
}
}
Expand Down

0 comments on commit acc1356

Please sign in to comment.