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 79d4d61 commit 9032189Copy full SHA for 9032189
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mdast-util-definitions",
3
- "version": "5.1.2",
+ "version": "6.0.0",
4
"description": "mdast utility to find definition nodes in a tree",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -48,14 +48,14 @@ npm install mdast-util-definitions
48
In Deno with [`esm.sh`][esmsh]:
49
50
```js
51
-import {definitions} from 'https://esm.sh/mdast-util-definitions@5'
+import {definitions} from 'https://esm.sh/mdast-util-definitions@6'
52
```
53
54
In browsers with [`esm.sh`][esmsh]:
55
56
```html
57
<script type="module">
58
- import {definitions} from 'https://esm.sh/mdast-util-definitions@5?bundle'
+ import {definitions} from 'https://esm.sh/mdast-util-definitions@6?bundle'
59
</script>
60
61
0 commit comments