Skip to content

Commit

Permalink
Merge pull request #746 from tsteenbe/add-repo-to-package-json
Browse files Browse the repository at this point in the history
chore: Add repository in package.json files
  • Loading branch information
JamieSlome authored Oct 11, 2024
2 parents c84c100 + db726af commit ce03d71
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": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "4.11.3",
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 ce03d71

Please sign in to comment.