Add metadata tags to package.json (#6129)

This commit is contained in:
Karl Burtram
2019-06-24 14:50:39 -07:00
committed by GitHub
parent 6a0ffdfa60
commit 9687159484
2 changed files with 10 additions and 0 deletions

View File

@@ -75,5 +75,10 @@
}, },
"devDependencies": { "devDependencies": {
"vscode": "1.0.1" "vscode": "1.0.1"
},
"__metadata": {
"id": "41",
"publisherDisplayName": "Microsoft",
"publisherId": "Microsoft"
} }
} }

View File

@@ -625,5 +625,10 @@
"should": "^13.2.1", "should": "^13.2.1",
"vscode": "^1.1.26", "vscode": "^1.1.26",
"typemoq": "^2.1.0" "typemoq": "^2.1.0"
},
"__metadata": {
"id": "40",
"publisherDisplayName": "Microsoft",
"publisherId": "Microsoft"
} }
} }