File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -228,10 +228,10 @@ Visual Diff
228
228
<!DOCTYPE html>
229
229
<html >
230
230
<head >
231
- <script type =" text/javascript" src =" public/build/ jsondiffpatch.min.js" ></script >
232
- <script type = " text/javascript " src = " public/build/jsondiffpatch-formatters.min.js " ></ script >
233
- <link rel =" stylesheet" href =" public /formatters-styles/html.css" type =" text/css" />
234
- <link rel =" stylesheet" href =" public /formatters-styles/annotated.css" type =" text/css" />
231
+ <script type =' text/javascript' src =" https://cdn.jsdelivr.net/npm/ jsondiffpatch/dist/jsondiffpatch.umd .min.js" ></script >
232
+ <link rel = " stylesheet " href = " ./style.css " type = " text/css " / >
233
+ <link rel =" stylesheet" href =" .. /formatters-styles/html.css" type =" text/css" />
234
+ <link rel =" stylesheet" href =" .. /formatters-styles/annotated.css" type =" text/css" />
235
235
</head >
236
236
<body >
237
237
<div id =" visual" ></div >
@@ -269,7 +269,7 @@ npm install -g jsondiffpatch
269
269
jsondiffpatch ./demo/left.json ./demo/right.json
270
270
```
271
271
272
- ![ console_demo!] ( public /demo/consoledemo.png)
272
+ ![ console_demo!] ( docs /demo/consoledemo.png)
273
273
274
274
Plugins
275
275
-------
Original file line number Diff line number Diff line change 10
10
< link rel ="stylesheet " href ="../formatters-styles/html.css " type ="text/css " media ="screen " />
11
11
< link rel ="stylesheet " href ="../formatters-styles/annotated.css " type ="text/css " media ="screen " />
12
12
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/3.21.0/codemirror.min.css " type ="text/css " media ="screen " />
13
- < script type ='text/javascript ' src ="https://cdn.jsdelivr.net/npm/jsondiffpatch@0.3.1 /dist/jsondiffpatch.umd.min.js "> </ script >
13
+ < script type ='text/javascript ' src ="https://cdn.jsdelivr.net/npm/jsondiffpatch/dist/jsondiffpatch.umd.min.js "> </ script >
14
14
< script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/3.21.0/codemirror.js "> </ script >
15
15
< script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/3.21.0/mode/javascript/javascript.min.js "> </ script >
16
16
</ head >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Console
42
42
Node.js colored output (thanks to [ chalk] ( https://github.com/sindresorhus/chalk ) !).
43
43
It's used by the CLI:
44
44
45
- ![ console_demo!] ( ../public /demo/consoledemo.png )
45
+ ![ console_demo!] ( ../docs /demo/consoledemo.png )
46
46
47
47
but you can use it programmatically too:
48
48
Original file line number Diff line number Diff line change 6
6
< link rel ="
stylesheet "
href ="
https://cdn.jsdelivr.net/npm/[email protected] /mocha.css "
/>
7
7
< script type ='
text/javascript '
src ="
https://cdn.jsdelivr.net/npm/[email protected] /mocha.js "
> </ script >
8
8
< script > window . mocha . setup ( 'bdd' ) ; </ script >
9
- < script type ='text/javascript ' src ="https://cdn.jsdelivr.net/npm/jsondiffpatch@0.3.1 /dist/jsondiffpatch.umd.test.js "> </ script >
9
+ < script type ='text/javascript ' src ="https://cdn.jsdelivr.net/npm/jsondiffpatch/dist/jsondiffpatch.umd.test.js "> </ script >
10
10
< style >
11
11
h1 {
12
12
margin : 0.5em ;
You can’t perform that action at this time.
0 commit comments