diff --git a/packages/formfield/package.json b/packages/formfield/package.json index 455ae040d..3eddc7d47 100644 --- a/packages/formfield/package.json +++ b/packages/formfield/package.json @@ -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" },