mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
it should avoid to have "warning XXX: No license field" during yarn build Signed-off-by: Aurélien Pupier <apupier@redhat.com>
12 lines
185 B
JSON
12 lines
185 B
JSON
{
|
|
"name": "watch",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"author": "Microsoft ",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"gulp-watch": "^4.3.9"
|
|
}
|
|
}
|