Skip to content

Commit

Permalink
fix: Ensure all package.json files have a link to the repo (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ari Chivukula authored and Matt Goo committed May 1, 2019
1 parent 2269920 commit 10f2614
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"material design",
"dialog"
],
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web-react.git"
},
"dependencies": {
"@material/dialog": "0.43.0",
"@material/dom": "^0.41.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/top-app-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"top app bar",
"topappbar"
],
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web-react.git"
},
"dependencies": {
"@material/react-ripple": "^0.9.0",
"@material/top-app-bar": "^0.44.0",
Expand Down

0 comments on commit 10f2614

Please sign in to comment.