Merge pull request #244 from kherrick/add-repository-url

add repository url to mdc-form-field package
This commit is contained in:
Alexander Marks 2019-07-20 13:03:47 -07:00 committed by GitHub
commit d94878e28d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,10 @@
"version": "0.6.0",
"description": "",
"main": "mwc-formfield.js",
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web-components.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},