From 1a3d96b15664c5ece5f44489bd9f5b6742d9d563 Mon Sep 17 00:00:00 2001 From: Microsoft Provenance Contributions Date: Mon, 16 Aug 2021 16:36:05 +0800 Subject: [PATCH] Update package.json to include the repository key 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. Published NPM packages with repository information: * toasted-notes --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 785b3d6..6d0862e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,10 @@ "author": "Ben McMahen ", "homepage": "https://github.com/bmcmahen/toasted-notes", "license": "MIT", - "repository": "", + "repository": { + "type": "git", + "url": "https://github.com/bmcmahen/toasted-notes.git" + }, "keywords": [ "react-component", "toast",