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

Commit 0e63ef4

Browse files
Andrew LucaMatt Goo
authored andcommitted
chore: add repository.directory in package.json for all packages (#975)
1 parent 58408c8 commit 0e63ef4

File tree

29 files changed

+58
-29
lines changed

29 files changed

+58
-29
lines changed

packages/button/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/material-components/material-components-web-react.git"
17+
"url": "https://github.com/material-components/material-components-web-react.git",
18+
"directory": "packages/button"
1819
},
1920
"peerDependencies": {
2021
"react": "^16.4.2"

packages/card/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/material-components/material-components-web-react.git"
17+
"url": "https://github.com/material-components/material-components-web-react.git",
18+
"directory": "packages/card"
1819
},
1920
"peerDependencies": {
2021
"react": "^16.4.2"

packages/checkbox/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
],
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/material-components/material-components-web-react.git"
16+
"url": "https://github.com/material-components/material-components-web-react.git",
17+
"directory": "packages/checkbox"
1718
},
1819
"peerDependencies": {
1920
"react": "^16.4.2"

packages/chips/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
],
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/material-components/material-components-web-react.git"
19+
"url": "https://github.com/material-components/material-components-web-react.git",
20+
"directory": "packages/chips"
2021
},
2122
"peerDependencies": {
2223
"react": "^16.4.2"

packages/dialog/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
],
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/material-components/material-components-web-react.git"
16+
"url": "https://github.com/material-components/material-components-web-react.git",
17+
"directory": "packages/dialog"
1718
},
1819
"peerDependencies": {
1920
"react": "^16.4.2"

packages/drawer/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/material-components/material-components-web-react.git"
17+
"url": "https://github.com/material-components/material-components-web-react.git",
18+
"directory": "packages/drawer"
1819
},
1920
"peerDependencies": {
2021
"react": "^16.4.2"

packages/fab/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/material-components/material-components-web-react.git"
17+
"url": "https://github.com/material-components/material-components-web-react.git",
18+
"directory": "packages/fab"
1819
},
1920
"peerDependencies": {
2021
"react": "^16.4.2"

packages/floating-label/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
],
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/material-components/material-components-web-react.git"
18+
"url": "https://github.com/material-components/material-components-web-react.git",
19+
"directory": "packages/floating-label"
1920
},
2021
"peerDependencies": {
2122
"react": "^16.4.2"

packages/icon-button/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/material-components/material-components-web-react.git"
17+
"url": "https://github.com/material-components/material-components-web-react.git",
18+
"directory": "packages/icon-button"
1819
},
1920
"peerDependencies": {
2021
"react": "^16.4.2"

packages/layout-grid/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/material-components/material-components-web-react.git"
17+
"url": "https://github.com/material-components/material-components-web-react.git",
18+
"directory": "packages/layout-grid"
1819
},
1920
"peerDependencies": {
2021
"react": "^16.4.2"

0 commit comments

Comments
 (0)