add keywords
This commit is contained in:
parent
0516e033b0
commit
92be2f36bc
1 changed files with 6 additions and 1 deletions
|
@ -1,12 +1,17 @@
|
|||
{
|
||||
"name": "coc-tsserver",
|
||||
"version": "1.1.13",
|
||||
"description": "tsserver extension for coc",
|
||||
"description": "tsserver extension for coc.nvim",
|
||||
"main": "lib/index.js",
|
||||
"publisher": "chemzqm",
|
||||
"engines": {
|
||||
"coc": "^0.0.24"
|
||||
},
|
||||
"keywords": [
|
||||
"coc.nvim",
|
||||
"tsserver",
|
||||
"typescript"
|
||||
],
|
||||
"scripts": {
|
||||
"clean": "rimraf lib",
|
||||
"build": "tsc -p tsconfig.json",
|
||||
|
|
Loading…
Add table
Reference in a new issue