diff --git a/packages/base/package.json b/packages/base/package.json index 6ebac730a..c4490ddb4 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -5,7 +5,10 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "", + "repository": { + "type": "git", + "url": "https://github.com/material-components/material-components-web-components.git" + }, "license": "Apache-2.0", "dependencies": { "@polymer/lit-element": "^0.4.0" diff --git a/packages/button/package.json b/packages/button/package.json index e674af672..20e996ac5 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -3,6 +3,10 @@ "version": "0.1.0", "description": "", "main": "mwc-button.js", + "repository": { + "type": "git", + "url": "https://github.com/material-components/material-components-web-components.git" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, diff --git a/packages/checkbox/package.json b/packages/checkbox/package.json index 3db967298..9ae2d6c05 100644 --- a/packages/checkbox/package.json +++ b/packages/checkbox/package.json @@ -3,6 +3,10 @@ "version": "0.1.0", "description": "", "main": "mwc-checkbox.js", + "repository": { + "type": "git", + "url": "https://github.com/material-components/material-components-web-components.git" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, diff --git a/packages/fab/package.json b/packages/fab/package.json index dd1854c1d..8a35ab9e6 100644 --- a/packages/fab/package.json +++ b/packages/fab/package.json @@ -3,6 +3,10 @@ "version": "0.1.0", "description": "", "main": "mwc-fab.js", + "repository": { + "type": "git", + "url": "https://github.com/material-components/material-components-web-components.git" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, diff --git a/packages/icon/package.json b/packages/icon/package.json index cce7f8909..837c4ecff 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -3,6 +3,10 @@ "version": "0.1.0", "description": "", "main": "mwc-icon.js", + "repository": { + "type": "git", + "url": "https://github.com/material-components/material-components-web-components.git" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, diff --git a/packages/radio/package.json b/packages/radio/package.json index 6789bb45d..a5a2eefbc 100644 --- a/packages/radio/package.json +++ b/packages/radio/package.json @@ -3,6 +3,10 @@ "version": "0.1.0", "description": "", "main": "mwc-radio.js", + "repository": { + "type": "git", + "url": "https://github.com/material-components/material-components-web-components.git" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, diff --git a/packages/ripple/package.json b/packages/ripple/package.json index ef85a6dc7..9e4a4e3ad 100644 --- a/packages/ripple/package.json +++ b/packages/ripple/package.json @@ -3,6 +3,10 @@ "version": "0.1.0", "description": "", "main": "mwc-ripple.js", + "repository": { + "type": "git", + "url": "https://github.com/material-components/material-components-web-components.git" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, diff --git a/packages/switch/package.json b/packages/switch/package.json index fc6b23ff7..560660d3e 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -3,6 +3,10 @@ "version": "0.1.0", "description": "", "main": "mwc-switch.js", + "repository": { + "type": "git", + "url": "https://github.com/material-components/material-components-web-components.git" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },