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" : " unified-infer-git-meta" ,
3- "version" : " 1.2 .0" ,
3+ "version" : " 2.0 .0" ,
44 "description" : " unified plugin to infer some `meta` from Git" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -66,14 +66,14 @@ npm install unified-infer-git-meta
6666In Deno with [ ` esm.sh ` ] [ esmsh ] :
6767
6868``` js
69- import unifiedInferGitMeta from ' https://esm.sh/unified-infer-git-meta@1 '
69+ import unifiedInferGitMeta from ' https://esm.sh/unified-infer-git-meta@2 '
7070```
7171
7272In browsers with [ ` esm.sh ` ] [ esmsh ] :
7373
7474``` html
7575<script type =" module" >
76- import unifiedInferGitMeta from ' https://esm.sh/unified-infer-git-meta@1 ?bundle'
76+ import unifiedInferGitMeta from ' https://esm.sh/unified-infer-git-meta@2 ?bundle'
7777 </script >
7878```
7979
@@ -222,7 +222,7 @@ versions of Node.js.
222222When we cut a new major release, we drop support for unmaintained versions of
223223Node.
224224This means we try to keep the current release line,
225- ` unified-infer-git-meta@^1 ` , compatible with Node.js 16.
225+ ` unified-infer-git-meta@^2 ` , compatible with Node.js 16.
226226
227227## Related
228228
You can’t perform that action at this time.
0 commit comments