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" : " vfile-reporter" ,
3
- "version" : " 7 .0.5 " ,
3
+ "version" : " 8 .0.0 " ,
4
4
"description" : " vfile utility to create a report for a file" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ npm install vfile-reporter
56
56
In Deno with [ ` esm.sh ` ] [ esmsh ] :
57
57
58
58
``` js
59
- import {reporter } from ' https://esm.sh/vfile-reporter@7 '
59
+ import {reporter } from ' https://esm.sh/vfile-reporter@8 '
60
60
```
61
61
62
62
In browsers with [ ` esm.sh ` ] [ esmsh ] :
63
63
64
64
``` html
65
65
<script type =" module" >
66
- import {reporter } from ' https://esm.sh/vfile-reporter@7 ?bundle'
66
+ import {reporter } from ' https://esm.sh/vfile-reporter@8 ?bundle'
67
67
</script >
68
68
```
69
69
@@ -222,7 +222,7 @@ versions of Node.js.
222
222
223
223
When we cut a new major release, we drop support for unmaintained versions of
224
224
Node.
225
- This means we try to keep the current release line, ` vfile- reporter@^ 7 ` ,
225
+ This means we try to keep the current release line, ` vfile- reporter@^ 8 ` ,
226
226
compatible with Node.js 16.
227
227
228
228
## Security
You can’t perform that action at this time.
0 commit comments