Skip to content

Commit 47bea0d

Browse files
authored
Merge pull request #412 from benjamine/fixes
version bump
2 parents d9cf9b6 + 273a3a7 commit 47bea0d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343

4444
## Usage
4545

46-
as a CLI:
46+
on your terminal:
4747

4848
```sh
49-
npx jsondiffpatch https://jsondiffpatch.com/demo/left.json https://jsondiffpatch.com/demo/right.json
49+
npx jsondiffpatch --help
5050
```
5151

5252
![console_demo!](docs/demo/consoledemo.png)
@@ -191,7 +191,7 @@ npm install jsondiffpatch
191191
```
192192

193193
```js
194-
import * as jsondiffpatch from 'jsondiffpatch';
194+
import {* as jsondiffpatch} from 'jsondiffpatch';
195195
const jsondiffpatchInstance = jsondiffpatch.create(options);
196196
```
197197

packages/jsondiffpatch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "jsondiffpatch",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"author": "Benjamin Eidelman <[email protected]>",
5-
"description": "Diff & Patch for Javascript objects",
5+
"description": "JSON diff & patch (object and array diff, text diff, multiple output formats)",
66
"contributors": ["Benjamin Eidelman <[email protected]>"],
77
"type": "module",
88
"sideEffects": ["*.css"],

0 commit comments

Comments
 (0)