Skip to content

Commit

Permalink
Merge pull request #117 from ftischler/main
Browse files Browse the repository at this point in the history
fix typo in readme and adjust typing of shareAll
  • Loading branch information
manfredsteyer authored Feb 13, 2022
2 parents 2f95ce9 + 8208483 commit 5ba3753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/mf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ shared: share({
strictVersion: true,
requiredVersion: 'auto',
includeSecondaries: {
skip: ['@angular/http/testing']
skip: ['@angular/common/http/testing']
}
},
[...]
Expand Down
2 changes: 1 addition & 1 deletion libs/mf/src/utils/share-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function addSecondaries(secondaries: string[], result: Config, shareObject: Conf
}
}

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

if (!packageJsonPath) {
const stack = callsite();
Expand Down

0 comments on commit 5ba3753

Please sign in to comment.