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 79
79
"strict" : true
80
80
},
81
81
"type" : " module" ,
82
- "version" : " 0 .0.0" ,
82
+ "version" : " 1 .0.0" ,
83
83
"xo" : {
84
84
"prettier" : true
85
85
}
Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ npm install rehype-unwrap-images
52
52
In Deno with [ ` esm.sh ` ] [ esmsh ] :
53
53
54
54
``` js
55
- import rehypeUnwrapImages from ' https://esm.sh/rehype-unwrap-images@0 '
55
+ import rehypeUnwrapImages from ' https://esm.sh/rehype-unwrap-images@1 '
56
56
```
57
57
58
58
In browsers with [ ` esm.sh ` ] [ esmsh ] :
59
59
60
60
``` html
61
61
<script type =" module" >
62
- import rehypeUnwrapImages from ' https://esm.sh/rehype-unwrap-images@0 ?bundle'
62
+ import rehypeUnwrapImages from ' https://esm.sh/rehype-unwrap-images@1 ?bundle'
63
63
</script >
64
64
```
65
65
@@ -132,7 +132,7 @@ versions of Node.js.
132
132
133
133
When we cut a new major release, we drop support for unmaintained versions of
134
134
Node.
135
- This means we try to keep the current release line, ` rehype-unwrap-images@0 ` ,
135
+ This means we try to keep the current release line, ` rehype-unwrap-images@1 ` ,
136
136
compatible with Node.js 16.
137
137
138
138
This plugin works with ` unified ` version 6+ and ` rehype ` version 1+.
You can’t perform that action at this time.
0 commit comments