We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8462981 commit e15e733Copy full SHA for e15e733
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mdast-util-to-nlcst",
3
- "version": "6.0.0",
+ "version": "7.0.0",
4
"description": "mdast utility to transform to nlcst",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -58,14 +58,14 @@ npm install mdast-util-to-nlcst
58
In Deno with [`esm.sh`][esmsh]:
59
60
```js
61
-import {toNlcst} from 'https://esm.sh/mdast-util-to-nlcst@6'
+import {toNlcst} from 'https://esm.sh/mdast-util-to-nlcst@7'
62
```
63
64
In browsers with [`esm.sh`][esmsh]:
65
66
```html
67
<script type="module">
68
- import {toNlcst} from 'https://esm.sh/mdast-util-to-nlcst@6?bundle'
+ import {toNlcst} from 'https://esm.sh/mdast-util-to-nlcst@7?bundle'
69
</script>
70
71
0 commit comments