1
0
Fork 0
freesewing/lerna.json

23 lines
363 B
JSON
Raw Normal View History

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