Skip to content

Commit 83816f5

Browse files
Update package.json to include the repository key (#178)
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: * tree-sitter-typescript
1 parent d598c96 commit 83816f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"tree-sitter",
88
"typescript"
99
],
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/tree-sitter/tree-sitter-typescript.git"
13+
},
1014
"author": "Max Brunsfeld",
1115
"license": "MIT",
1216
"dependencies": {

0 commit comments

Comments
 (0)