From 024da66d1294f3308c5606e9abb84ed1078d7aa5 Mon Sep 17 00:00:00 2001 From: Microsoft Provenance Contributions Date: Mon, 23 Aug 2021 10:10:49 +0800 Subject: [PATCH] Update package.json to include the repository NOTE: This is not a bot. This change was made by and comments will be reviewed by humans. We are using this service account to be able to track the overall progress. With the rise in supply chain attacks and OSS dependencies being used as a attack vector, Microsoft is working with our ecosystem partners, such as the Linux Foundation's OpenSSF, to enable OSS consumers to track packages back to their public sources. We've identified that the following packages published to NPM do not report where sources can be found, typically accomplished by including a link to your GitHub repository in your package.json REPOSITORY field. This PR was created to add this value, ensuring future releases will include this provenance information. If you do not want us to create such PRs against your repositories, please comment on this PR. We will see replies to this pull request. Published NPM packages with repository information: * rollup-plugin-vue --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index ee254b9..3404de6 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,10 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/vuejs/rollup-plugin-vue.git" + }, "scripts": { "build": "tsc -p .", "prepublishOnly": "run-s build changelog",