fix: updates license

This commit is contained in:
Sebastian Rindom
2020-09-09 09:15:58 +02:00
parent d5e49b516d
commit db519fbaa6
22 changed files with 56 additions and 19 deletions

View File

@@ -3,6 +3,20 @@
"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"
}