File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unist-util-position-from-estree" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 2.0.0 " ,
4
4
"description" : " unist utility to get a position from an estree node" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ npm install unist-util-position-from-estree
45
45
In Deno with [ ` esm.sh ` ] [ esmsh ] :
46
46
47
47
``` 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 '
49
49
```
50
50
51
51
In browsers with [ ` esm.sh ` ] [ esmsh ] :
52
52
53
53
``` html
54
54
<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'
56
56
</script >
57
57
```
58
58
You can’t perform that action at this time.
0 commit comments