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