From 3bccfaedaefdccce70a5336da44625a1f0fd19aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 18 Dec 2018 11:45:30 +0800 Subject: =?UTF-8?q?=E6=8A=8A=20tsc=E4=B9=9F=E5=8E=BB=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'package.json') 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 .." } } -- cgit v1.2.3