We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b95c3 commit 482df87Copy full SHA for 482df87
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nlcst-to-string",
3
- "version": "3.1.1",
+ "version": "4.0.0",
4
"description": "nlcst utility to transform a tree to a string",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -44,14 +44,14 @@ npm install nlcst-to-string
44
In Deno with [`esm.sh`][esmsh]:
45
46
```js
47
-import {toString} from 'https://esm.sh/nlcst-to-string@3'
+import {toString} from 'https://esm.sh/nlcst-to-string@4'
48
```
49
50
In browsers with [`esm.sh`][esmsh]:
51
52
```html
53
<script type="module">
54
- import {toString} from 'https://esm.sh/nlcst-to-string@3?bundle'
+ import {toString} from 'https://esm.sh/nlcst-to-string@4?bundle'
55
</script>
56
57
0 commit comments