Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 7, 2023
1 parent f045b26 commit 7a9e967
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retext-syntax-urls",
"version": "3.1.2",
"version": "4.0.0",
"description": "retext plugin to classify url-like values as syntax, not natural language",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ npm install retext-syntax-urls
In Deno with [`esm.sh`][esmsh]:

```js
import retextSyntaxUrls from 'https://esm.sh/retext-syntax-urls@3'
import retextSyntaxUrls from 'https://esm.sh/retext-syntax-urls@4'
```

In browsers with [`esm.sh`][esmsh]:

```html
<script type="module">
import retextSyntaxUrls from 'https://esm.sh/retext-syntax-urls@3?bundle'
import retextSyntaxUrls from 'https://esm.sh/retext-syntax-urls@4?bundle'
</script>
```

Expand Down

0 comments on commit 7a9e967

Please sign in to comment.