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 6e8fd17 commit d0ded72Copy full SHA for d0ded72
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hast-util-to-nlcst",
3
- "version": "2.2.0",
+ "version": "3.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@2"
+import {toNlcst} from "https://esm.sh/hast-util-to-nlcst@3"
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@2?bundle"
+ import {toNlcst} from "https://esm.sh/hast-util-to-nlcst@3?bundle"
68
</script>
69
70
0 commit comments