2019-04-19 08:37:33 +02:00
|
|
|
{
|
2019-04-19 08:58:45 +02:00
|
|
|
"version": "0.32.0",
|
2019-04-19 08:37:33 +02:00
|
|
|
"npmClient": "npm",
|
|
|
|
"command": {
|
|
|
|
"publish": {
|
2019-04-19 08:58:45 +02:00
|
|
|
"ignoreChanges": [
|
|
|
|
"ignored-file",
|
|
|
|
"*.md"
|
|
|
|
],
|
2019-04-19 08:37:33 +02:00
|
|
|
"message": "chore(release): publish"
|
|
|
|
},
|
|
|
|
"bootstrap": {
|
|
|
|
"ignore": "component-*",
|
2019-04-19 08:58:45 +02:00
|
|
|
"npmClientArgs": [
|
|
|
|
"--no-package-lock"
|
|
|
|
]
|
2019-04-19 08:37:33 +02:00
|
|
|
}
|
|
|
|
},
|
2019-04-19 08:58:45 +02:00
|
|
|
"packages": [
|
|
|
|
"packages/*"
|
|
|
|
]
|
2019-04-19 08:37:33 +02:00
|
|
|
}
|