Merge pull request #11 from harish095/tsconfig-package-conflict

Fixed package.json and tsconfig.json conflict
This commit is contained in:
Daniel Imms
2017-04-03 07:46:49 -07:00
committed by GitHub

View File

@ -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": "*"
}
}
}