We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70124a3 commit 4578e0aCopy full SHA for 4578e0a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hast-util-excerpt",
3
- "version": "1.0.2",
+ "version": "2.0.0",
4
"description": "hast utility to excerpt the tree to a comment",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -58,14 +58,14 @@ npm install hast-util-excerpt
58
In Deno with [`esm.sh`][esmsh]:
59
60
```js
61
-import {excerpt} from 'https://esm.sh/hast-util-excerpt@1'
+import {excerpt} from 'https://esm.sh/hast-util-excerpt@2'
62
```
63
64
In browsers with [`esm.sh`][esmsh]:
65
66
```html
67
<script type="module">
68
- import {excerpt} from "https://esm.sh/hast-util-excerpt@1?bundle"
+ import {excerpt} from 'https://esm.sh/hast-util-excerpt@2?bundle'
69
</script>
70
71
0 commit comments