Skip to content

Commit

Permalink
feat(@angular-devkit/build-ng-packagr): add ng-packagr v3.0.0-rc as a…
Browse files Browse the repository at this point in the history
… peerDependency

Ng-packagr v3 brings Angular Package Format V6 among some other changes
  • Loading branch information
alan-agius4 authored and filipesilva committed Apr 17, 2018
1 parent cc6bcb1 commit a66d6a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/angular_devkit/build_ng_packagr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"rxjs": "^6.0.0-beta.3"
},
"peerDependencies": {
"ng-packagr": "^2.2.0"
"ng-packagr": "^2.2.0 || ^3.0.0-rc.0"
}
}
}

0 comments on commit a66d6a6

Please sign in to comment.