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