Skip to content

Commit 5d0c64e

Browse files
committed
build: correct deprecated version for architect-cli in monorepo configuration
The version was incorrect.
1 parent 74e254b commit 5d0c64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.monorepo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"section": "Tooling",
6565
"snapshotRepo": "angular/angular-devkit-architect-cli-builds",
6666
"deprecated": {
67-
"version": ">=21.2.0",
67+
"version": ">=0.2102.0",
6868
"message": "The Architect CLI is now available directly via '@angular-devkit/architect'."
6969
}
7070
},

0 commit comments

Comments
 (0)