massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-go / node_modules / vscode-languageserver-textdocument / package.json
index aab9c282e423da4425806a8de0c312fe1da468b8..385824bc97de322e7ae3576cd442ad034152a09a 100644 (file)
@@ -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": {
        "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"
        }