From 13932f273e20dda97cf6fc28ce69e91291322251 Mon Sep 17 00:00:00 2001 From: Crawl Date: Thu, 1 Nov 2018 13:12:24 +0100 Subject: [PATCH] release: minor --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ebff1d0..262d376 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "discord-vscode", "displayName": "Discord Presence", - "version": "2.10.1", + "version": "2.11.0", "description": "Update your discord status with the newly added rich presence.", "private": true, "author": { @@ -18,8 +18,7 @@ "license": "MIT", "main": "./out/src/extension", "scripts": { - "vscode:prepublish": "tsc -p ./", - "compile": "tsc -watch -p ./", + "compile": "tsc -p ./", "postinstall": "node ./node_modules/vscode/bin/install", "test": "node ./node_modules/vscode/bin/test", "lint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"