Skip to content

Commit

Permalink
Customize now uses .mergeWith, not .merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Feb 17, 2017
1 parent 4cbc367 commit 2f91605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .thought/partials/overview.md.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Customize is an abstraction of [bootprint's](https://github.com/nknapp/bootprint
It allows you to create your own projects and engines (other than Less and Handlebars) and create
overridable configurations for those.

At its core, it uses [lodash#merge](https://lodash.com/docs#merge) to merge configurations,
but it uses a customizer-function that also supports promises and custom overrider functions
At its core, it uses [lodash#mergeWith](https://lodash.com/docs#mergeWith) to merge configurations.
It uses a customizer-function that supports promises and custom overrider functions
attached to the object.

## Engines
Expand Down

0 comments on commit 2f91605

Please sign in to comment.