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

Commit 8b18779

Browse files
fix(notched-outline): Update package.json
1 parent 7d9c9fb commit 8b18779

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

packages/notched-outline/package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
{
22
"name": "@material/react-notched-outline",
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 Componens React Notched Outline",
105
"license": "Apache-2.0",
116
"keywords": [
127
"mdc web react",
@@ -15,9 +10,12 @@
1510
"notched outline",
1611
"notchedoutline"
1712
],
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/material-components/material-components-web-react.git"
16+
},
1817
"dependencies": {
1918
"@material/notched-outline": "^0.35.0",
20-
"@material/textfield": "^0.35.0",
2119
"classnames": "^2.2.5",
2220
"prop-types": "^15.6.1",
2321
"react": "^16.3.2"

0 commit comments

Comments
 (0)