We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12d50b commit 03c82d5Copy full SHA for 03c82d5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hast-util-labelable",
3
- "version": "2.0.1",
+ "version": "3.0.0",
4
"description": "hast utility to check whether a node is labelable",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -47,14 +47,14 @@ npm install hast-util-labelable
47
In Deno with [`esm.sh`][esmsh]:
48
49
```js
50
-import {labelable} from 'https://esm.sh/hast-util-labelable@2'
+import {labelable} from 'https://esm.sh/hast-util-labelable@3'
51
```
52
53
In browsers with [`esm.sh`][esmsh]:
54
55
```html
56
<script type="module">
57
- import {labelable} from 'https://esm.sh/hast-util-labelable@2?bundle'
+ import {labelable} from 'https://esm.sh/hast-util-labelable@3?bundle'
58
</script>
59
60
0 commit comments