Skip to content

Commit 19c2a64

Browse files
Update package.json to include the repository key (#1891)
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: * vue-test-utils
1 parent 60a3438 commit 19c2a64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"workspaces": [
55
"packages/*"
66
],
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/vuejs/vue-test-utils.git"
10+
},
711
"scripts": {
812
"bootstrap": "lerna bootstrap",
913
"build": "lerna run build",

0 commit comments

Comments
 (0)