Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 356a474

Browse files
Ari ChivukulaMatt Goo
Ari Chivukula
authored and
Matt Goo
committed
fix: Ensure all package.json files have a link to the repo (#807)
1 parent 732cfde commit 356a474

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

packages/dialog/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"material design",
1111
"dialog"
1212
],
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/material-components/material-components-web-react.git"
16+
},
1317
"dependencies": {
1418
"@material/dialog": "0.43.0",
1519
"@material/dom": "^0.41.0",

packages/top-app-bar/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"top app bar",
1313
"topappbar"
1414
],
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/material-components/material-components-web-react.git"
18+
},
1519
"dependencies": {
1620
"@material/react-ripple": "^0.9.0",
1721
"@material/top-app-bar": "^0.44.0",

0 commit comments

Comments
 (0)