Skip to content

Commit cd2f214

Browse files
authored
Merge branch 'main' into react-upgrade
2 parents 39789bb + ce03d71 commit cd2f214

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
],
2929
"author": "Paul Groves",
3030
"license": "Apache-2.0",
31+
"repository": {
32+
"type": "git",
33+
"url": "https://github.com/finos/git-proxy"
34+
},
3135
"dependencies": {
3236
"@emotion/react": "^11.13.3",
3337
"@emotion/styled": "^11.13.0",

packages/git-proxy-cli/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,10 @@
1818
"test-coverage-ci": "nyc --reporter=lcovonly --reporter=text --reporter=html npm run test"
1919
},
2020
"author": "Miklos Sagi",
21-
"license": "Apache-2.0"
21+
"license": "Apache-2.0",
22+
"repository": {
23+
"type": "git",
24+
"url": "https://github.com/finos/git-proxy",
25+
"path": "packages/git-proxy-cli"
26+
}
2227
}

packages/git-proxy-notify-hello/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
},
88
"author": "Thomas Cooper",
99
"license": "Apache-2.0",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/finos/git-proxy",
13+
"path": "packages/git-proxy-notify-hello"
14+
},
1015
"dependencies": {
1116
"@finos/git-proxy": "file:../.."
1217
}

0 commit comments

Comments
 (0)