File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " xastscript" ,
3
- "version" : " 3.1.1 " ,
3
+ "version" : " 4.0.0 " ,
4
4
"description" : " xast utility to create trees" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -57,14 +57,14 @@ npm install xastscript
57
57
In Deno with [ ` esm.sh ` ] [ esmsh ] :
58
58
59
59
``` js
60
- import {x } from ' https://esm.sh/xastscript@3 '
60
+ import {x } from ' https://esm.sh/xastscript@4 '
61
61
```
62
62
63
63
In browsers with [ ` esm.sh ` ] [ esmsh ] :
64
64
65
65
``` html
66
66
<script type =" module" >
67
- import {x } from ' https://esm.sh/xastscript@3 ?bundle'
67
+ import {x } from ' https://esm.sh/xastscript@4 ?bundle'
68
68
</script >
69
69
```
70
70
You can’t perform that action at this time.
0 commit comments