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

Commit 507298e

Browse files
fix(button): Update package.json
1 parent 7d9c9fb commit 507298e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/button/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "@material/react-button",
33
"version": "0.0.0",
4-
"description": "",
5-
"author": "",
4+
"description": "Material Components React Button",
65
"license": "Apache-2.0",
76
"keywords": [
87
"mdc web react",
@@ -11,6 +10,10 @@
1110
"material button",
1211
"materialbutton"
1312
],
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/material-components/material-components-web-react.git"
16+
},
1417
"dependencies": {
1518
"@material/button": "^0.34.1",
1619
"@material/react-ripple": "^0.0.0",

0 commit comments

Comments
 (0)