Skip to content

Commit be90841

Browse files
committed
4.0.0
1 parent 6f1e0f0 commit be90841

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unist-util-stringify-position",
3-
"version": "3.0.3",
3+
"version": "4.0.0",
44
"description": "unist utility to serialize a node, position, or point as a human readable location",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ npm install unist-util-stringify-position
4848
In Deno with [`esm.sh`][esmsh]:
4949

5050
```js
51-
import {stringifyPosition} from 'https://esm.sh/unist-util-stringify-position@3'
51+
import {stringifyPosition} from 'https://esm.sh/unist-util-stringify-position@4'
5252
```
5353

5454
In browsers with [`esm.sh`][esmsh]:
5555

5656
```html
5757
<script type="module">
58-
import {stringifyPosition} from 'https://esm.sh/unist-util-stringify-position@3?bundle'
58+
import {stringifyPosition} from 'https://esm.sh/unist-util-stringify-position@4?bundle'
5959
</script>
6060
```
6161

0 commit comments

Comments
 (0)