Closed astorije closed 4 years ago
This means that:
boxenOptions: { borderColor: 'yellow', },
will now only override borderColor while keeping the other defaults intact. Before this, updating one option meant all other defaults had to be passed again.
borderColor
I think the docs should make the behavior explicit.
This means that:
will now only override
borderColor
while keeping the other defaults intact. Before this, updating one option meant all other defaults had to be passed again.