Skip to content

Commit be2d328

Browse files
committed
Correct standard package metadata such as homepage
1 parent 9b6493f commit be2d328

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

toolbox/fdc3-workbench/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "fdc3-workbench",
33
"version": "2.2.0-alpha.3",
44
"private": true,
5-
"homepage": ".",
5+
"homepage": "https://fdc3.finos.org",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/finos/FDC3.git"
9+
},
610
"license": "Apache-2.0",
711
"scripts": {
812
"dev": "vite",

0 commit comments

Comments
 (0)