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",
|
"name": "coc-tsserver",
|
||||||
"version": "1.1.13",
|
"version": "1.1.13",
|
||||||
"description": "tsserver extension for coc",
|
"description": "tsserver extension for coc.nvim",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"publisher": "chemzqm",
|
"publisher": "chemzqm",
|
||||||
"engines": {
|
"engines": {
|
||||||
"coc": "^0.0.24"
|
"coc": "^0.0.24"
|
||||||
},
|
},
|
||||||
|
"keywords": [
|
||||||
|
"coc.nvim",
|
||||||
|
"tsserver",
|
||||||
|
"typescript"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf lib",
|
"clean": "rimraf lib",
|
||||||
"build": "tsc -p tsconfig.json",
|
"build": "tsc -p tsconfig.json",
|
||||||
|
|
Loading…
Add table
Reference in a new issue