Skip to content

Commit 482df87

Browse files
committed
4.0.0
1 parent e4b95c3 commit 482df87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nlcst-to-string",
3-
"version": "3.1.1",
3+
"version": "4.0.0",
44
"description": "nlcst utility to transform a tree to a string",
55
"license": "MIT",
66
"keywords": [

Diff for: readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ npm install nlcst-to-string
4444
In Deno with [`esm.sh`][esmsh]:
4545

4646
```js
47-
import {toString} from 'https://esm.sh/nlcst-to-string@3'
47+
import {toString} from 'https://esm.sh/nlcst-to-string@4'
4848
```
4949

5050
In browsers with [`esm.sh`][esmsh]:
5151

5252
```html
5353
<script type="module">
54-
import {toString} from 'https://esm.sh/nlcst-to-string@3?bundle'
54+
import {toString} from 'https://esm.sh/nlcst-to-string@4?bundle'
5555
</script>
5656
```
5757

0 commit comments

Comments
 (0)