Skip to content

Commit

Permalink
Merge pull request #101 from scottnath/hotfix/missing-config
Browse files Browse the repository at this point in the history
merged missing config
  • Loading branch information
Snugug committed Sep 8, 2016
2 parents adffae1 + 48159bf commit 830b649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/content-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const merged = (content, config) => {
let mergedTypes = _.cloneDeep(content);

if (content) {
return merge(mergedTypes);
return merge(mergedTypes, config);
}

return raw(config).then(types => {
Expand Down

0 comments on commit 830b649

Please sign in to comment.