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 993f4af commit 9da6a42Copy full SHA for 9da6a42
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hast-util-to-nlcst",
3
- "version": "3.0.0",
+ "version": "4.0.0",
4
"description": "hast utility to transform to nlcst",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -57,14 +57,14 @@ npm install hast-util-to-nlcst
57
In Deno with [`esm.sh`][esmsh]:
58
59
```js
60
-import {toNlcst} from 'https://esm.sh/hast-util-to-nlcst@3'
+import {toNlcst} from 'https://esm.sh/hast-util-to-nlcst@4'
61
```
62
63
In browsers with [`esm.sh`][esmsh]:
64
65
```html
66
<script type="module">
67
- import {toNlcst} from 'https://esm.sh/hast-util-to-nlcst@3?bundle'
+ import {toNlcst} from 'https://esm.sh/hast-util-to-nlcst@4?bundle'
68
</script>
69
70
0 commit comments