Merge pull request #56 from dtinth/patch-1
Allow updeep to be require()’d from CommonJS
This commit is contained in:
commit
f686de29c7
@ -26,4 +26,4 @@ u.update = update;
|
|||||||
u.updateIn = updateIn;
|
u.updateIn = updateIn;
|
||||||
u.withDefault = withDefault;
|
u.withDefault = withDefault;
|
||||||
|
|
||||||
export default u;
|
module.exports = u;
|
||||||
|
Loading…
Reference in New Issue
Block a user