Skip to content

Commit

Permalink
Merge branch 'main' into react-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSlome authored Oct 11, 2024
2 parents 39789bb + ce03d71 commit cd2f214
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
],
"author": "Paul Groves",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/finos/git-proxy"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/git-proxy-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
5 changes: 5 additions & 0 deletions packages/git-proxy-notify-hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:../.."
}
Expand Down

0 comments on commit cd2f214

Please sign in to comment.