Skip to content

Commit e489a6e

Browse files
committed
2.0.0
1 parent 24bd892 commit e489a6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unist-util-position-from-estree",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"description": "unist utility to get a position from an estree node",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ npm install unist-util-position-from-estree
4545
In Deno with [`esm.sh`][esmsh]:
4646

4747
```js
48-
import {positionFromEstree} from 'https://esm.sh/unist-util-position-from-estree@1'
48+
import {positionFromEstree} from 'https://esm.sh/unist-util-position-from-estree@2'
4949
```
5050

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

5353
```html
5454
<script type="module">
55-
import {positionFromEstree} from 'https://esm.sh/unist-util-position-from-estree@1?bundle'
55+
import {positionFromEstree} from 'https://esm.sh/unist-util-position-from-estree@2?bundle'
5656
</script>
5757
```
5858

0 commit comments

Comments
 (0)