Skip to content

Commit

Permalink
Merge pull request #279 from benjamine/fixes
Browse files Browse the repository at this point in the history
v0.4.1
  • Loading branch information
benjamine authored Jan 2, 2020
2 parents ecc9809 + 12f49b3 commit ef38c5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsondiffpatch",
"version": "0.4.0",
"version": "0.4.1",
"author": "Benjamin Eidelman <beneidel@gmail.com>",
"description": "Diff & Patch for Javascript objects",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export const create: (options?: any) => DiffPatcher
export const formatters: {
annotated: Formatter;
console: Formatter;
html: HTMLFormatter;
html: HtmlFormatter;
};

export const console: Formatter
Expand Down

0 comments on commit ef38c5d

Please sign in to comment.