Add metadata to Agent package.json (#7116)

This commit is contained in:
Charles Gagnon
2019-09-09 10:26:41 -07:00
committed by GitHub
parent aeaac4bc17
commit 119008d05d

View File

@@ -88,6 +88,11 @@
"mocha": "^5.2.0",
"should": "^13.2.1",
"typemoq": "^2.1.0",
"vscode": "1.1.5"
}
}
"vscode": "1.1.5"
},
"__metadata": {
"id": "10",
"publisherDisplayName": "Microsoft",
"publisherId": "Microsoft"
}
}