From 6cff5691b1d384e7f6ac3a9e69905803f26f32ac Mon Sep 17 00:00:00 2001 From: Harish Kandala Date: Sun, 2 Apr 2017 21:52:35 +0530 Subject: [PATCH] Fixed package.json and tsconfig.json conflict --- previewhtml-sample/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/previewhtml-sample/package.json b/previewhtml-sample/package.json index 7870267a..ba7ce3be 100644 --- a/previewhtml-sample/package.json +++ b/previewhtml-sample/package.json @@ -26,7 +26,7 @@ "activationEvents": [ "onCommand:extension.showCssPropertyPreview" ], - "main": "./out/src/extension", + "main": "./out/extension", "contributes": { "commands": [ { @@ -54,4 +54,4 @@ "vscode": "^1.0.0", "@types/node": "*" } -} +} \ No newline at end of file