diff --git a/package.json b/package.json index 54398b71..2b90e94f 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,10 @@ ], "author": "Paul Groves", "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "https://github.com/finos/git-proxy" + }, "dependencies": { "@material-ui/core": "^4.11.0", "@material-ui/icons": "4.11.3", diff --git a/packages/git-proxy-cli/package.json b/packages/git-proxy-cli/package.json index 123aab37..213a617f 100644 --- a/packages/git-proxy-cli/package.json +++ b/packages/git-proxy-cli/package.json @@ -18,5 +18,10 @@ "test-coverage-ci": "nyc --reporter=lcovonly --reporter=text --reporter=html npm run test" }, "author": "Miklos Sagi", - "license": "Apache-2.0" + "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "https://github.com/finos/git-proxy", + "path": "packages/git-proxy-cli" + } } diff --git a/packages/git-proxy-notify-hello/package.json b/packages/git-proxy-notify-hello/package.json index 64a8d3d5..84640706 100644 --- a/packages/git-proxy-notify-hello/package.json +++ b/packages/git-proxy-notify-hello/package.json @@ -7,6 +7,11 @@ }, "author": "Thomas Cooper", "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "https://github.com/finos/git-proxy", + "path": "packages/git-proxy-notify-hello" + }, "dependencies": { "@finos/git-proxy": "file:../.." }