Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
fixing typescript typings
  • Loading branch information
beneidel committed Jan 2, 2020
1 parent b0a41f9 commit 12f49b3
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 12f49b3

Please sign in to comment.