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 1
1
{
2
2
"name" : " retext-syntax-urls" ,
3
- "version" : " 3.1.2 " ,
3
+ "version" : " 4.0.0 " ,
4
4
"description" : " retext plugin to classify url-like values as syntax, not natural language" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ npm install retext-syntax-urls
56
56
In Deno with [ ` esm.sh ` ] [ esmsh ] :
57
57
58
58
``` js
59
- import retextSyntaxUrls from ' https://esm.sh/retext-syntax-urls@3 '
59
+ import retextSyntaxUrls from ' https://esm.sh/retext-syntax-urls@4 '
60
60
```
61
61
62
62
In browsers with [ ` esm.sh ` ] [ esmsh ] :
63
63
64
64
``` html
65
65
<script type =" module" >
66
- import retextSyntaxUrls from ' https://esm.sh/retext-syntax-urls@3 ?bundle'
66
+ import retextSyntaxUrls from ' https://esm.sh/retext-syntax-urls@4 ?bundle'
67
67
</script >
68
68
```
69
69
You can’t perform that action at this time.
0 commit comments