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" : " estree-util-attach-comments" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"description" : " Attach comments to estree nodes" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ npm install estree-util-attach-comments
53
53
In Deno with [ ` esm.sh ` ] [ esmsh ] :
54
54
55
55
``` js
56
- import {attachComments } from ' https://esm.sh/estree-util-attach-comments@2 '
56
+ import {attachComments } from ' https://esm.sh/estree-util-attach-comments@3 '
57
57
```
58
58
59
59
In browsers with [ ` esm.sh ` ] [ esmsh ] :
60
60
61
61
``` html
62
62
<script type =" module" >
63
- import {attachComments } from ' https://esm.sh/estree-util-attach-comments@2 ?bundle'
63
+ import {attachComments } from ' https://esm.sh/estree-util-attach-comments@3 ?bundle'
64
64
</script >
65
65
```
66
66
You can’t perform that action at this time.
0 commit comments