File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -234,12 +234,12 @@ const jsondiffpatchInstance = jsondiffpatch.create({
234
234
<link rel =" stylesheet" href =" ./style.css" type =" text/css" />
235
235
<link
236
236
rel =" stylesheet"
237
- href =" https://cdn.skypack.dev /jsondiffpatch/formatters/styles/html.css"
237
+ href =" https://esm.sh /jsondiffpatch@0.6.0/lib /formatters/styles/html.css"
238
238
type =" text/css"
239
239
/>
240
240
<link
241
241
rel =" stylesheet"
242
- href =" https://cdn.skypack.dev /jsondiffpatch/formatters/styles/annotated.css"
242
+ href =" https://esm.sh /jsondiffpatch@0.6.0/lib /formatters/styles/annotated.css"
243
243
type =" text/css"
244
244
/>
245
245
</head >
@@ -248,9 +248,9 @@ const jsondiffpatchInstance = jsondiffpatch.create({
248
248
<hr />
249
249
<div id =" annotated" ></div >
250
250
<script type =" module" >
251
- import * as jsondiffpatch from ' https://cdn.skypack.dev /jsondiffpatch' ;
252
- import * as annotatedFormatter from ' https://cdn.skypack.dev /jsondiffpatch/formatters/annotated' ;
253
- import * as htmlFormatter from ' https://cdn.skypack.dev /jsondiffpatch/formatters/html' ;
251
+ import * as jsondiffpatch from ' https://esm.sh /jsondiffpatch@0.6.0 ' ;
252
+ import * as annotatedFormatter from ' https://esm.sh /jsondiffpatch@0.6.0 /formatters/annotated' ;
253
+ import * as htmlFormatter from ' https://esm.sh /jsondiffpatch@0.6.0 /formatters/html' ;
254
254
255
255
const left = { a: 3 , b: 4 };
256
256
const right = { a: 5 , c: 9 };
You can’t perform that action at this time.
0 commit comments