Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 10, 2023
1 parent d2a2ba9 commit d6d53fb
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-repeated-words",
"version": "4.2.0",
"version": "5.0.0",
"description": "retext plugin to check for for repeated words",
"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 @@ -47,14 +47,14 @@ npm install retext-repeated-words
In Deno with [`esm.sh`][esmsh]:

```js
import retextRepeatedWords from 'https://esm.sh/retext-repeated-words@4'
import retextRepeatedWords from 'https://esm.sh/retext-repeated-words@5'
```

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

```html
<script type="module">
import retextRepeatedWords from 'https://esm.sh/retext-repeated-words@4?bundle'
import retextRepeatedWords from 'https://esm.sh/retext-repeated-words@5?bundle'
</script>
```

Expand Down

0 comments on commit d6d53fb

Please sign in to comment.