Skip to content

Commit 5ba3753

Browse files
Merge pull request #117 from ftischler/main
fix typo in readme and adjust typing of shareAll
2 parents 2f95ce9 + 8208483 commit 5ba3753

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/mf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ shared: share({
271271
strictVersion: true,
272272
requiredVersion: 'auto',
273273
includeSecondaries: {
274-
skip: ['@angular/http/testing']
274+
skip: ['@angular/common/http/testing']
275275
}
276276
},
277277
[...]

libs/mf/src/utils/share-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function addSecondaries(secondaries: string[], result: Config, shareObject: Conf
101101
}
102102
}
103103

104-
export function shareAll(config: Config = {}, skip: string[] = [], packageJsonPath = ''): void {
104+
export function shareAll(config: Config = {}, skip: string[] = [], packageJsonPath = ''): Config {
105105

106106
if (!packageJsonPath) {
107107
const stack = callsite();

0 commit comments

Comments
 (0)