diff --git a/aio/package.json b/aio/package.json index 23f0c40fe0..7afce1a959 100644 --- a/aio/package.json +++ b/aio/package.json @@ -77,6 +77,7 @@ "post~~build": "yarn build-404-page", "~~light-server": "light-server --bind=localhost --historyindex=/index.html --no-reload" }, + "//engines-comment": "Keep this in sync with ../package.json", "engines": { "node": ">=10.9.0 <11.0.0", "yarn": ">=1.12.1 <=1.16.0" diff --git a/package.json b/package.json index 8fee0f8802..c3dc59ff6e 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "homepage": "https://github.com/angular/angular", "bugs": "https://github.com/angular/angular/issues", "license": "MIT", + "//engines-comment": "Keep this in sync with aio/package.json", "engines": { "node": ">=10.9.0 <11.0.0", "yarn": ">=1.12.1 <=1.16.0"