Skip to content

Commit

Permalink
build: update ng-packagr to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and clydin committed Jun 24, 2020
1 parent d25ce9b commit b3ae8c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_ng_packagr/package.json
Expand Up @@ -11,7 +11,7 @@
"rxjs": "6.5.5"
},
"peerDependencies": {
"ng-packagr": "^10.0.0-next.0",
"ng-packagr": "^10.0.0",
"tsickle": "~0.38.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/angular/utility/latest-versions.ts
Expand Up @@ -22,5 +22,5 @@ export const latestVersions = {
DevkitBuildNgPackagr: '~0.1000.0-rc.0',
DevkitBuildWebpack: '~0.1000.0-rc.0',

ngPackagr: '^10.0.0-next.2',
ngPackagr: '^10.0.0',
};

0 comments on commit b3ae8c8

Please sign in to comment.