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 8, 2023
1 parent f6fe46d commit 66ca2c5
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-passive",
"version": "4.2.0",
"version": "5.0.0",
"description": "retext plugin to check for passive voice",
"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 @@ -50,14 +50,14 @@ npm install retext-passive
In Deno with [`esm.sh`][esmsh]:

```js
import retextPassive from 'https://esm.sh/retext-passive@4'
import retextPassive from 'https://esm.sh/retext-passive@5'
```

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

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

Expand Down

0 comments on commit 66ca2c5

Please sign in to comment.