File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hastscript" ,
3
- "version" : " 8 .0.0" ,
3
+ "version" : " 9 .0.0" ,
4
4
"description" : " hast utility to create trees" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -60,14 +60,14 @@ npm install hastscript
60
60
In Deno with [ ` esm.sh ` ] [ esmsh ] :
61
61
62
62
``` js
63
- import {h } from ' https://esm.sh/hastscript@8 '
63
+ import {h } from ' https://esm.sh/hastscript@9 '
64
64
```
65
65
66
66
In browsers with [ ` esm.sh ` ] [ esmsh ] :
67
67
68
68
``` html
69
69
<script type =" module" >
70
- import {h } from ' https://esm.sh/hastscript@8 ?bundle'
70
+ import {h } from ' https://esm.sh/hastscript@9 ?bundle'
71
71
</script >
72
72
```
73
73
@@ -313,7 +313,7 @@ versions of Node.js.
313
313
314
314
When we cut a new major release, we drop support for unmaintained versions of
315
315
Node.
316
- This means we try to keep the current release line, ` hastscript @^8 ` ,
316
+ This means we try to keep the current release line, ` hastscript @^9 ` ,
317
317
compatible with Node.js 16.
318
318
319
319
## Security
You can’t perform that action at this time.
0 commit comments