Add License field to package.jsons #68423 (#68771)

it should avoid to have "warning XXX: No license field" during yarn
build

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
This commit is contained in:
Aurélien Pupier
2019-06-06 11:44:50 +02:00
committed by João Moreno
parent df9ad66def
commit 7a5bca9faf
71 changed files with 73 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
"description": "%description%",
"version": "1.0.0",
"publisher": "vscode",
"license": "MIT",
"engines": { "vscode": "*" },
"activationEvents": ["onLanguage:python"],
"main": "./out/pythonMain",