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 11{
22 "name" : " retext-readability" ,
3- "version" : " 7.2 .0" ,
3+ "version" : " 8.0 .0" ,
44 "description" : " retext plugin to check readability" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ npm install retext-readability
5454In Deno with [ ` esm.sh ` ] [ esmsh ] :
5555
5656``` js
57- import retextReadability from ' https://esm.sh/retext-readability@7 '
57+ import retextReadability from ' https://esm.sh/retext-readability@8 '
5858```
5959
6060In browsers with [ ` esm.sh ` ] [ esmsh ] :
6161
6262``` html
6363<script type =" module" >
64- import retextReadability from ' https://esm.sh/retext-readability@7 ?bundle'
64+ import retextReadability from ' https://esm.sh/retext-readability@8 ?bundle'
6565 </script >
6666```
6767
You can’t perform that action at this time.
0 commit comments