summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-12-18 11:45:30 +0800
committer最萌小汐 <sumneko@hotmail.com>2018-12-18 11:45:30 +0800
commit3bccfaedaefdccce70a5336da44625a1f0fd19aa (patch)
treea982acd9da41cbe2a886dff26cb6f04c9f75d341 /package.json
parent3e8cb07bb9be5530b4ff69828c7e4ddc3a655df7 (diff)
downloadlua-language-server-3bccfaedaefdccce70a5336da44625a1f0fd19aa.zip
把 tsc也去掉
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/package.json b/package.json
index cecf684e..0cbe616c 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"author": "sumneko",
"license": "MIT",
"icon": "images/logo.png",
- "version": "0.0.2",
+ "version": "0.0.3",
"repository": {
"type": "git",
"url": "https://github.com/sumneko/vscode-lua-language-server"
@@ -22,8 +22,6 @@
"main": "./client/out/extension",
"contributes": {},
"scripts": {
- "vscode:prepublish": "cd client && npm run update-vscode && cd ..",
- "compile": "tsc -b",
- "watch": "tsc -b -w"
+ "vscode:prepublish": "cd client && npm run update-vscode && cd .."
}
}