Skip to content

Commit 18e2508

Browse files
fix(material-icon): Update package.json
1 parent 7d9c9fb commit 18e2508

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

packages/material-icon/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
{
22
"name": "@material/react-material-icon",
33
"version": "0.0.0",
4-
"description": "",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
9-
"author": "",
4+
"description": "Material Components React Material Icon",
105
"license": "Apache-2.0",
116
"keywords": [
127
"mdc web react",
@@ -15,6 +10,10 @@
1510
"material icon",
1611
"materialicon"
1712
],
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/material-components/material-components-web-react.git"
16+
},
1817
"dependencies": {
1918
"@material/react-ripple": "^0.0.0",
2019
"classnames": "^2.2.5",

0 commit comments

Comments
 (0)