We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f20167 commit e98fc84Copy full SHA for e98fc84
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hast-util-is-element",
3
- "version": "2.1.3",
+ "version": "3.0.0",
4
"description": "hast utility to check if a node is a (certain) element",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -55,14 +55,14 @@ npm install hast-util-is-element
55
In Deno with [`esm.sh`][esmsh]:
56
57
```js
58
-import {isElement} from 'https://esm.sh/hast-util-is-element@2'
+import {isElement} from 'https://esm.sh/hast-util-is-element@3'
59
```
60
61
In browsers with [`esm.sh`][esmsh]:
62
63
```html
64
<script type="module">
65
- import {isElement} from 'https://esm.sh/hast-util-is-element@2?bundle'
+ import {isElement} from 'https://esm.sh/hast-util-is-element@3?bundle'
66
</script>
67
68
0 commit comments