mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
27 lines
430 B
JSON
27 lines
430 B
JSON
{
|
|
"ci": false,
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"version": "independent",
|
|
"command": {
|
|
"bootstrap": {
|
|
"hoist": true
|
|
},
|
|
"publish": {
|
|
"allowBranch": "master",
|
|
"conventionalCommits": true
|
|
}
|
|
},
|
|
"ignoreChanges": [
|
|
"**/changelog.md",
|
|
"**/CHANGELOG.md",
|
|
"**/package-lock.json",
|
|
"**/yarn.lock",
|
|
"**/test/**",
|
|
"lerna.json",
|
|
"readme.md",
|
|
"package.json"
|
|
]
|
|
}
|