Skip to content

Commit e649ced

Browse files
committed
fix: ng-packagr version AGAIN
1 parent 84a1d38 commit e649ced

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
@@ -554,7 +554,7 @@ export const versions = new Map<string, PackageJsonVersion>([
554554
'@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',
557-
'ng-packagr': '^12.0.0 || >=^12.0.0-rc.0',
557+
'ng-packagr': '^12.0.0 || >=12.0.0-rc.0',
558558
'ts-node': '~9.1.1',
559559
typescript: '~4.2.3'
560560
}

0 commit comments

Comments
 (0)