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 30737f5 commit 174848eCopy full SHA for 174848e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "unist-util-index",
3
- "version": "3.0.2",
+ "version": "4.0.0",
4
"description": "unist utility to index property values or computed keys to nodes",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -52,14 +52,14 @@ npm install unist-util-index
52
In Deno with [`esm.sh`][esmsh]:
53
54
```js
55
-import {Index} from 'https://esm.sh/unist-util-index@3'
+import {Index} from 'https://esm.sh/unist-util-index@4'
56
```
57
58
In browsers with [`esm.sh`][esmsh]:
59
60
```html
61
<script type="module">
62
- import {Index} from 'https://esm.sh/unist-util-index@3?bundle'
+ import {Index} from 'https://esm.sh/unist-util-index@4?bundle'
63
</script>
64
65
0 commit comments