Skip to content

Commit a206c61

Browse files
committed
4.0.0
1 parent d8fae1c commit a206c61

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-modify-children",
3-
"version": "3.1.1",
3+
"version": "4.0.0",
44
"description": "unist utility to modify direct children of a parent",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ npm install unist-util-modify-children
4848
In Deno with [`esm.sh`][esmsh]:
4949

5050
```js
51-
import {modifyChildren} from 'https://esm.sh/unist-util-modify-children@3'
51+
import {modifyChildren} from 'https://esm.sh/unist-util-modify-children@4'
5252
```
5353

5454
In browsers with [`esm.sh`][esmsh]:
5555

5656
```html
5757
<script type="module">
58-
import {modifyChildren} from 'https://esm.sh/unist-util-modify-children@3?bundle'
58+
import {modifyChildren} from 'https://esm.sh/unist-util-modify-children@4?bundle'
5959
</script>
6060
```
6161

0 commit comments

Comments
 (0)