File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " hastscript" ,
3- "version" : " 8 .0.0" ,
3+ "version" : " 9 .0.0" ,
44 "description" : " hast utility to create trees" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -60,14 +60,14 @@ npm install hastscript
6060In Deno with [ ` esm.sh ` ] [ esmsh ] :
6161
6262``` js
63- import {h } from ' https://esm.sh/hastscript@8 '
63+ import {h } from ' https://esm.sh/hastscript@9 '
6464```
6565
6666In browsers with [ ` esm.sh ` ] [ esmsh ] :
6767
6868``` html
6969<script type =" module" >
70- import {h } from ' https://esm.sh/hastscript@8 ?bundle'
70+ import {h } from ' https://esm.sh/hastscript@9 ?bundle'
7171 </script >
7272```
7373
@@ -313,7 +313,7 @@ versions of Node.js.
313313
314314When we cut a new major release, we drop support for unmaintained versions of
315315Node.
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 ` ,
317317compatible with Node.js 16.
318318
319319## Security
You can’t perform that action at this time.
0 commit comments