fix licenses

This commit is contained in:
Daniel Freedman 2018-05-07 15:38:47 -07:00
parent 1ea09f1e68
commit 3e4214194f
6 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "", "author": "",
"license": "ISC", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@polymer/lit-element": "^0.4.0" "@polymer/lit-element": "^0.4.0"
} }

View File

@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "", "author": "",
"license": "ISC", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@material/button": "^0.35.0", "@material/button": "^0.35.0",
"@material/mwc-base": "^0.1.0", "@material/mwc-base": "^0.1.0",

View File

@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "", "author": "",
"license": "ISC", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@material/checkbox": "^0.35.0", "@material/checkbox": "^0.35.0",
"@material/mwc-base": "^0.1.0", "@material/mwc-base": "^0.1.0",

View File

@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "", "author": "",
"license": "ISC", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@material/mwc-base": "^0.1.0", "@material/mwc-base": "^0.1.0",
"@polymer/lit-element": "^0.4.0" "@polymer/lit-element": "^0.4.0"

View File

@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "", "author": "",
"license": "ISC", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@material/mwc-base": "^0.1.0", "@material/mwc-base": "^0.1.0",
"@material/ripple": "^0.35.0", "@material/ripple": "^0.35.0",

View File

@ -19,7 +19,7 @@
set -e set -e
`npm bin`/lerna bootstrap --hoist `npm bin`/lerna bootstrap --hoist
`npm bin`/del-cli ${INIT_CWD}/packages/*/node_modules `npm bin`/lerna clean --yes
packages=(`find packages -name "package.json" | xargs -I '{}' dirname '{}'`) packages=(`find packages -name "package.json" | xargs -I '{}' dirname '{}'`)