Skip to content

Commit

Permalink
fix(@angular-devkit/build-ng-packagr): add tsickle to package group
Browse files Browse the repository at this point in the history
This way it'll be automatically updated if present.
  • Loading branch information
filipesilva committed Nov 13, 2019
1 parent 7e7248d commit 05d6934
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/angular_devkit/build_ng_packagr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@
"@angular-devkit/core": "0.0.0",
"ng-packagr": "~9.0.0-rc.0",
"tslib": "^1.10.0"
},
"ng-update": {
"packageGroup": {
"tsickle": "~0.37.1"
}
}
}

0 comments on commit 05d6934

Please sign in to comment.