fix: updates license
This commit is contained in:
14
lerna.json
14
lerna.json
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user