Skip to content

Commit

Permalink
chore: update lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
smithad15 committed May 4, 2019
1 parent 1666989 commit 4a2a58e
Show file tree
Hide file tree
Showing 3 changed files with 760 additions and 589 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@
},
"publish": {
"npmClient": "yarn",
"allowBranch": "master",
"message": "chore(release): publish %s"
"allowBranch": "master"
},
"version": {
"allowBranch": "master",
"conventionalCommits": true,
"exact": true,
"message": "chore(release): publish %s",
"signGitCommit": true,
"signGitTag": true
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"jest-junit": "6.0.1",
"jest-preset-angular": "6.0.2",
"jest-zone-patch": "0.0.10",
"lerna": "3.10.6",
"lerna": "3.13.4",
"lint-staged": "8.1.0",
"ng-packagr": "4.6.0",
"npm-run-all": "4.1.5",
Expand Down
Loading

0 comments on commit 4a2a58e

Please sign in to comment.