Skip to content

Commit 854a879

Browse files
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 GitHub repositories, or wish to provide any other feedback, please comment on this PR. Published NPM packages with repository information: • react-sortablejs
1 parent a104520 commit 854a879

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
@@ -5,6 +5,10 @@
55
"name": "Wayne Van Son",
66
"email": "[email protected]"
77
},
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/SortableJS/react-sortablejs.git"
11+
},
812
"license": "MIT",
913
"private": false,
1014
"files": [

0 commit comments

Comments
 (0)