Skip to content

Commit 963f4c8

Browse files
committed
4.0.0
1 parent 74155db commit 963f4c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unist-util-assert",
3-
"version": "3.0.2",
3+
"version": "4.0.0",
44
"description": "unist utility to assert nodes",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ npm install unist-util-assert
5555
In Deno with [`esm.sh`][esmsh]:
5656

5757
```js
58-
import {assert} from 'https://esm.sh/unist-util-assert@3'
58+
import {assert} from 'https://esm.sh/unist-util-assert@4'
5959
```
6060

6161
In browsers with [`esm.sh`][esmsh]:
6262

6363
```html
6464
<script type="module">
65-
import {assert} from 'https://esm.sh/unist-util-assert@3?bundle'
65+
import {assert} from 'https://esm.sh/unist-util-assert@4?bundle'
6666
</script>
6767
```
6868

0 commit comments

Comments
 (0)