Skip to content

Commit

Permalink
fix(text-field): Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
williamernest committed May 9, 2018
1 parent 7d9c9fb commit fda82fb
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions packages/text-field/package.json
@@ -1,12 +1,7 @@
{
"name": "@material/react-text-field",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"description": "Material Components React Text Field",
"license": "Apache-2.0",
"keywords": [
"mdc web react",
Expand All @@ -15,8 +10,12 @@
"text field",
"textfield"
],
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web-react.git"
},
"dependencies": {
"@material/textfield": "^0.35.0",
"@material/textfield": "^0.35.1",
"classnames": "^2.2.5",
"prop-types": "^15.6.1",
"react": "^16.3.2"
Expand Down

0 comments on commit fda82fb

Please sign in to comment.