X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-go%2Fnode_modules%2Fvscode-languageserver-textdocument%2Fpackage.json;h=385824bc97de322e7ae3576cd442ad034152a09a;hb=3be0a9efc698a9570a44456009afc6014812625a;hp=aab9c282e423da4425806a8de0c312fe1da468b8;hpb=3c06164f15bd10aed7d66b6314764a2961a14762;p=dotfiles%2F.git diff --git a/.config/coc/extensions/node_modules/coc-go/node_modules/vscode-languageserver-textdocument/package.json b/.config/coc/extensions/node_modules/coc-go/node_modules/vscode-languageserver-textdocument/package.json index aab9c282..385824bc 100644 --- a/.config/coc/extensions/node_modules/coc-go/node_modules/vscode-languageserver-textdocument/package.json +++ b/.config/coc/extensions/node_modules/coc-go/node_modules/vscode-languageserver-textdocument/package.json @@ -1,7 +1,7 @@ { "name": "vscode-languageserver-textdocument", "description": "A simple text document implementation for Node LSP servers", - "version": "1.0.1", + "version": "1.0.3", "author": "Microsoft Corporation", "license": "MIT", "repository": { @@ -16,12 +16,13 @@ "typings": "./lib/umd/main", "module": "./lib/esm/main.js", "scripts": { - "prepublishOnly": "npm run clean && npm run compile-esm && npm run compile && npm run test", + "prepublishOnly": "npm run clean && npm run compile:esm && npm run compile && npm run test", "postpublish": "node ../build/npm/post-publish.js", "compile": "node ../build/bin/tsc -b ./tsconfig.json", - "compile-esm": "node ../build/bin/tsc -b ./tsconfig.esm.json", + "compile:esm": "node ../build/bin/tsc -b ./tsconfig.esm.json", "clean": "node ../node_modules/rimraf/bin.js lib", - "watch": "node ../build/bin/tsc -b ./tsconfig.json -w", + "watch": "node ../build/bin/tsc -b ./tsconfig-watch.json -w", + "lint": "node ../node_modules/eslint/bin/eslint.js --ext ts src", "test": "node ../node_modules/mocha/bin/_mocha", "preversion": "npm test" }