We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f721bc7 commit d03f045Copy full SHA for d03f045
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "unist-util-size",
3
- "version": "3.0.1",
+ "version": "4.0.0",
4
"description": "unist utility to calculate the number of nodes in a tree",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -46,14 +46,14 @@ npm install unist-util-size
46
In Deno with [`esm.sh`][esmsh]:
47
48
```js
49
-import {size} from 'https://esm.sh/unist-util-size@3'
+import {size} from 'https://esm.sh/unist-util-size@4'
50
```
51
52
In browsers with [`esm.sh`][esmsh]:
53
54
```html
55
<script type="module">
56
- import {size} from 'https://esm.sh/unist-util-size@3?bundle'
+ import {size} from 'https://esm.sh/unist-util-size@4?bundle'
57
</script>
58
59
0 commit comments