Skip to content

Commit 4578e0a

Browse files
committed
2.0.0
1 parent 70124a3 commit 4578e0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hast-util-excerpt",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "hast utility to excerpt the tree to a comment",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ npm install hast-util-excerpt
5858
In Deno with [`esm.sh`][esmsh]:
5959

6060
```js
61-
import {excerpt} from 'https://esm.sh/hast-util-excerpt@1'
61+
import {excerpt} from 'https://esm.sh/hast-util-excerpt@2'
6262
```
6363

6464
In browsers with [`esm.sh`][esmsh]:
6565

6666
```html
6767
<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'
6969
</script>
7070
```
7171

0 commit comments

Comments
 (0)