Skip to content

Commit 5d65235

Browse files
committed
fix: add repository metadata for npm provenance verification
1 parent 3313b80 commit 5d65235

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

packages/flow-builder/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,14 @@
6969
"vite": "^5.0.2",
7070
"vite-plugin-dts": "^3.7.0",
7171
"@openprojectx/ui-foundation": "workspace:*"
72+
},
73+
"repository": {
74+
"type": "git",
75+
"url": "https://github.com/OpenProjectX/flowkit.git",
76+
"directory": "packages/flow-builder"
77+
},
78+
"homepage": "https://github.com/OpenProjectX/flowkit/tree/master/packages/flow-builder#readme",
79+
"bugs": {
80+
"url": "https://github.com/OpenProjectX/flowkit/issues"
7281
}
7382
}

packages/ui-foundation/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,14 @@
8383
"typescript": "^5.4.5",
8484
"vite": "^5.0.2",
8585
"vite-plugin-dts": "^3.7.0"
86+
},
87+
"repository": {
88+
"type": "git",
89+
"url": "https://github.com/OpenProjectX/flowkit.git",
90+
"directory": "packages/ui-foundation"
91+
},
92+
"homepage": "https://github.com/OpenProjectX/flowkit/tree/master/packages/ui-foundation#readme",
93+
"bugs": {
94+
"url": "https://github.com/OpenProjectX/flowkit/issues"
8695
}
8796
}

0 commit comments

Comments
 (0)