mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
bbfca62b66
commit
0d102bb918
2 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@
|
|||
"//engines-comment": "Keep this in sync with ../package.json",
|
||||
"engines": {
|
||||
"node": ">=10.9.0 <13.0.0",
|
||||
"yarn": ">=1.17.3 <=1.19.1"
|
||||
"yarn": ">=1.17.3 <1.20.0"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"//engines-comment": "Keep this in sync with aio/package.json",
|
||||
"engines": {
|
||||
"node": ">=10.9.0 <13.0.0",
|
||||
"yarn": ">=1.17.3 <=1.19.1"
|
||||
"yarn": ">=1.17.3 <1.20.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Reference in a new issue