add repo info to package.json

This commit is contained in:
Daniel Freedman 2018-05-07 16:16:51 -07:00
parent 6483777bb8
commit a817c8c351
8 changed files with 32 additions and 1 deletions

View File

@ -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"

View File

@ -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"
},

View File

@ -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"
},

View File

@ -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"
},

View File

@ -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"
},

View File

@ -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"
},

View File

@ -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"
},

View File

@ -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"
},