diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
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 .." } } |