Skip to content

Commit

Permalink
fix: ng-packagr version AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoVazquez committed Apr 25, 2021
1 parent 84a1d38 commit e649ced
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/angular-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ export const versions = new Map<string, PackageJsonVersion>([
'@angular/cli': '~12.0.0 || >=12.0.0-rc.0',
'@angular/compiler-cli': '~12.0.0 || >=12.0.0-rc.0',
'@types/node': '^12.11.1',
'ng-packagr': '^12.0.0 || >=^12.0.0-rc.0',
'ng-packagr': '^12.0.0 || >=12.0.0-rc.0',
'ts-node': '~9.1.1',
typescript: '~4.2.3'
}
Expand Down

0 comments on commit e649ced

Please sign in to comment.