Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@

## Usage

as a CLI:
on your terminal:

```sh
npx jsondiffpatch https://jsondiffpatch.com/demo/left.json https://jsondiffpatch.com/demo/right.json
npx jsondiffpatch --help
```

![console_demo!](docs/demo/consoledemo.png)
Expand Down Expand Up @@ -191,7 +191,7 @@ npm install jsondiffpatch
```

```js
import * as jsondiffpatch from 'jsondiffpatch';
import {* as jsondiffpatch} from 'jsondiffpatch';
const jsondiffpatchInstance = jsondiffpatch.create(options);
```

Expand Down
4 changes: 2 additions & 2 deletions packages/jsondiffpatch/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "jsondiffpatch",
"version": "0.7.2",
"version": "0.7.3",
"author": "Benjamin Eidelman <[email protected]>",
"description": "Diff & Patch for Javascript objects",
"description": "JSON diff & patch (object and array diff, text diff, multiple output formats)",
"contributors": ["Benjamin Eidelman <[email protected]>"],
"type": "module",
"sideEffects": ["*.css"],
Expand Down