Skip to content

Commit 0626af1

Browse files
filipesilvadgp1130
authored andcommitted
fix(@angular-devkit/build-ng-packagr): add tsickle as optional peer dep
This way it'll be automatically updated if present. (cherry picked from commit b618c18)
1 parent 2dbaf79 commit 0626af1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

packages/angular_devkit/build_ng_packagr/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,19 @@
1111
"rxjs": "6.5.3"
1212
},
1313
"peerDependencies": {
14-
"ng-packagr": "^9.0.0-rc.0"
14+
"ng-packagr": "^9.0.0-rc.0",
15+
"tsickle": "~0.37.1"
1516
},
1617
"devDependencies": {
1718
"@angular/compiler": "9.0.0-rc.1",
1819
"@angular/compiler-cli": "9.0.0-rc.1",
1920
"@angular-devkit/core": "0.0.0",
2021
"ng-packagr": "~9.0.0-rc.0",
2122
"tslib": "^1.10.0"
23+
},
24+
"peerDependenciesMeta": {
25+
"tsickle": {
26+
"optional": true
27+
}
2228
}
23-
}
29+
}

0 commit comments

Comments
 (0)