File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hast-util-excerpt" ,
3
- "version" : " 1 .0.2 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"description" : " hast utility to excerpt the tree to a comment" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ npm install hast-util-excerpt
58
58
In Deno with [ ` esm.sh ` ] [ esmsh ] :
59
59
60
60
``` js
61
- import {excerpt } from ' https://esm.sh/hast-util-excerpt@1 '
61
+ import {excerpt } from ' https://esm.sh/hast-util-excerpt@2 '
62
62
```
63
63
64
64
In browsers with [ ` esm.sh ` ] [ esmsh ] :
65
65
66
66
``` html
67
67
<script type =" module" >
68
- import {excerpt } from " https://esm.sh/hast-util-excerpt@1 ?bundle"
68
+ import {excerpt } from ' https://esm.sh/hast-util-excerpt@2 ?bundle'
69
69
</script >
70
70
```
71
71
You can’t perform that action at this time.
0 commit comments