Skip to content

Commit ef38c5d

Browse files
authored
Merge pull request #279 from benjamine/fixes
v0.4.1
2 parents ecc9809 + 12f49b3 commit ef38c5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsondiffpatch",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"author": "Benjamin Eidelman <[email protected]>",
55
"description": "Diff & Patch for Javascript objects",
66
"contributors": [

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export const create: (options?: any) => DiffPatcher
189189
export const formatters: {
190190
annotated: Formatter;
191191
console: Formatter;
192-
html: HTMLFormatter;
192+
html: HtmlFormatter;
193193
};
194194

195195
export const console: Formatter

0 commit comments

Comments
 (0)