Skip to content

Commit d03f045

Browse files
committed
4.0.0
1 parent f721bc7 commit d03f045

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unist-util-size",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "unist utility to calculate the number of nodes in a tree",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ npm install unist-util-size
4646
In Deno with [`esm.sh`][esmsh]:
4747

4848
```js
49-
import {size} from 'https://esm.sh/unist-util-size@3'
49+
import {size} from 'https://esm.sh/unist-util-size@4'
5050
```
5151

5252
In browsers with [`esm.sh`][esmsh]:
5353

5454
```html
5555
<script type="module">
56-
import {size} from 'https://esm.sh/unist-util-size@3?bundle'
56+
import {size} from 'https://esm.sh/unist-util-size@4?bundle'
5757
</script>
5858
```
5959

0 commit comments

Comments
 (0)