Files
medusa-store/lerna.json
Sebastian Rindom db519fbaa6 fix: updates license
2020-09-09 09:15:58 +02:00

23 lines
427 B
JSON

{
"npmClient": "yarn",
"packages": [
"packages/*"
],
"command": {
"publish": {
"allowBranch": "master",
"bump": "patch",
"conventionalCommits": true,
"message": "chore(release): Publish"
}
},
"registry": "https://registry.npmjs.org/",
"ignoreChanges": [
"CHANGELOG.md",
"**/__tests__/**",
"**/__mocks__/**",
"**/__testfixtures__/**"
],
"version": "1.0.9"
}