Skip to content

Commit

Permalink
Put the ES2015 back in
Browse files Browse the repository at this point in the history
  • Loading branch information
TehShrike committed Jan 20, 2021
1 parent 497f7c5 commit 59402c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const mergeObject = (target, source, options) => {
return destination
}

function deepmerge(target, source, inputOptions) {
const deepmerge = (target, source, inputOptions) => {
const options = {
arrayMerge: defaultArrayMerge,
isMergeable: defaultIsMergeable,
Expand Down

0 comments on commit 59402c1

Please sign in to comment.