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