Skip to content

Commit 395c065

Browse files
committed
fix: add repository field to plugins package.json for npm provenance
1 parent c0332e6 commit 395c065

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/plugins/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
"import": "./dist/index.js"
1313
}
1414
},
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/prosdevlab/experience-sdk.git",
18+
"directory": "packages/plugins"
19+
},
20+
"author": "prosdevlab",
21+
"license": "MIT",
1522
"scripts": {
1623
"build": "tsup",
1724
"dev": "tsup --watch",

0 commit comments

Comments
 (0)