Skip to content

Commit dbee10c

Browse files
committed
fix: add repository url to webhooks package.json for npm provenance
1 parent 930d346 commit dbee10c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

plugins/webhooks/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
"name": "@lambdacurry/medusa-webhooks",
33
"version": "1.2.0",
44
"description": "A Medusa plugin that enables webhook management and integration, allowing you to configure and manage outgoing webhooks for your e-commerce events.",
5-
"author": "Medusa (https://medusajs.com)",
5+
"author": "Lambda Curry (https://lambdacurry.dev)",
66
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/lambda-curry/medusa-plugins"
10+
},
11+
"homepage": "https://github.com/lambda-curry/medusa-plugins/tree/main/plugins/webhooks",
712
"files": [
813
".medusa/server"
914
],

0 commit comments

Comments
 (0)