Skip to content

Commit

Permalink
[config] Include root path of each dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Mar 20, 2019
1 parent 9b2cc50 commit b90ca8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/tools/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ function getDefaultConfig(config: Config, root: string) {
{
ios: null,
android: null,
root: folder,
},
);
return deps;
Expand Down

0 comments on commit b90ca8b

Please sign in to comment.