Skip to content

Commit 1fe2f04

Browse files
authored
fix: rc typo on angular cli package (#25)
1 parent e43bee5 commit 1fe2f04

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/angular-versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ export const versions = new Map<string, PackageJsonVersion>([
551551
'@angular-devkit/build-angular': '~12.0.0 || >=12.0.0-rc.0',
552552
'@angular-devkit/build-ng-packagr': '~0.1002.2',
553553
'@angular-devkit/schematics-cli': '~12.0.0 || >=12.0.0-rc.0',
554-
'@angular/cli': '~12.0.0 || >=12.0.0-rc.1',
554+
'@angular/cli': '~12.0.0 || >=12.0.0-rc.0',
555555
'@angular/compiler-cli': '~12.0.0 || >=12.0.0-rc.0',
556556
'@types/node': '^12.11.1',
557557
'ng-packagr': '^12.0.0 || >=^12.0.0-next.8',

0 commit comments

Comments
 (0)