Commit 4bcafe9 1 parent 39c7e22 commit 4bcafe9 Copy full SHA for 4bcafe9
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" : " remark-validate-links" ,
3
- "version" : " 12.1.1 " ,
3
+ "version" : " 13.0.0 " ,
4
4
"description" : " remark plugin to validate links to headings and files" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -70,14 +70,14 @@ npm install remark-validate-links
70
70
In Deno with [ ` esm.sh ` ] [ esmsh ] :
71
71
72
72
``` js
73
- import remarkValidateLinks from ' https://esm.sh/remark-validate-links@11 '
73
+ import remarkValidateLinks from ' https://esm.sh/remark-validate-links@13 '
74
74
```
75
75
76
76
In browsers with [ ` esm.sh ` ] [ esmsh ] :
77
77
78
78
``` html
79
79
<script type =" module" >
80
- import remarkValidateLinks from ' https://esm.sh/remark-validate-links@11 ?bundle'
80
+ import remarkValidateLinks from ' https://esm.sh/remark-validate-links@13 ?bundle'
81
81
</script >
82
82
```
83
83
@@ -343,7 +343,7 @@ versions of Node.js.
343
343
When we cut a new major release, we drop support for unmaintained versions of
344
344
Node.
345
345
This means we try to keep the current release line,
346
- ` remark-validate-links@^15 ` , compatible with Node.js 16.
346
+ ` remark-validate-links@^13 ` , compatible with Node.js 16.
347
347
348
348
This plugin works with ` unified ` version 6+, ` remark ` version 7+, and
349
349
` remark-cli ` version 8+.
You can’t perform that action at this time.
0 commit comments