Skip to content

Commit

Permalink
fix(@angular-devkit/build-ng-packagr): add tsickle as optional peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Nov 13, 2019
1 parent 05d6934 commit afc59ea
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/angular_devkit/build_ng_packagr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"rxjs": "6.5.3"
},
"peerDependencies": {
"ng-packagr": "^9.0.0-rc.0"
"ng-packagr": "^9.0.0-rc.0",
"tsickle": "~0.37.1"
},
"devDependencies": {
"@angular/compiler": "9.0.0-rc.1",
Expand All @@ -24,5 +25,10 @@
"packageGroup": {
"tsickle": "~0.37.1"
}
},
"peerDependenciesMeta": {
"tsickle": {
"optional": true
}
}
}
}

0 comments on commit afc59ea

Please sign in to comment.