Skip to content

Commit

Permalink
build(package): update minimal yarn to v1.13.0
Browse files Browse the repository at this point in the history
The `@angular/cli` as of version 9 requires minimum yarn v.1.13.0 to work
  • Loading branch information
meeroslav authored Apr 2, 2020
1 parent e30cbe2 commit b9ee2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"engines": {
"node": ">=10.9.0 <13.0.0",
"npm": ">=5.3.0",
"yarn": ">=1.9.2 <2.0.0"
"yarn": ">=1.13.0 <2.0.0"
},
"lint-staged": {
"*.{ts,json,md}": [
Expand Down

0 comments on commit b9ee2ff

Please sign in to comment.