Remove 'preview' attributes. Seems it adds a special 'class' in markteplace

This commit is contained in:
Kris De Volder
2016-12-23 16:10:40 -08:00
parent 6cd4ffdaa8
commit 22ec3aff27
3 changed files with 0 additions and 3 deletions

View File

@@ -28,7 +28,6 @@
"onLanguage:yaml"
],
"main": "./out/lib/Main",
"preview": true,
"scripts": {
"prepublish": "tsc -p .",
"clean": "rm -fr node_modules out *.vsix",

View File

@@ -27,7 +27,6 @@
"onLanguage:yaml"
],
"main": "./out/lib/Main",
"preview": true,
"scripts": {
"prepublish": "tsc -p .",
"clean": "rm -fr node_modules out *.vsix",

View File

@@ -27,7 +27,6 @@
"onLanguage:yaml"
],
"main": "./out/lib/Main",
"preview": true,
"scripts": {
"prepublish": "tsc -p .",
"clean": "rm -fr node_modules out *.vsix",