Skip to content

Commit 34d6405

Browse files
Bump copyright
1 parent 3fcf484 commit 34d6405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/duplex.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* https://github.com/Starcounter-Jack/JSON-Patch
3-
* (c) 2017 Joachim Wester
3+
* (c) 2017-2021 Joachim Wester
44
* MIT license
55
*/
66
import { _deepClone, _objectKeys, escapePathComponent, hasOwnProperty } from './helpers.js';
@@ -209,4 +209,4 @@ export function compare(tree1: Object | Array<any>, tree2: Object | Array<any>,
209209
var patches = [];
210210
_generate(tree1, tree2, patches, '', invertible);
211211
return patches;
212-
}
212+
}

0 commit comments

Comments
 (0)