2018-07-03 15:47:15 -04:00
|
|
|
{
|
|
|
|
"lerna": "2.11.0",
|
|
|
|
"packages": [
|
|
|
|
"packages/*"
|
|
|
|
],
|
|
|
|
"version": "independent",
|
|
|
|
"npmClient": "yarn",
|
2018-07-25 19:26:11 -04:00
|
|
|
"useWorkspaces": true,
|
|
|
|
"loglevel": "success",
|
|
|
|
"command": {
|
|
|
|
"publish": {
|
|
|
|
"allowBranch": "master",
|
|
|
|
"conventionalCommits": true
|
|
|
|
}
|
|
|
|
}
|
2018-07-03 15:47:15 -04:00
|
|
|
}
|