Skip to content

Commit 66ca2c5

Browse files
committed
5.0.0
1 parent f6fe46d commit 66ca2c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "retext-passive",
3-
"version": "4.2.0",
3+
"version": "5.0.0",
44
"description": "retext plugin to check for passive voice",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ npm install retext-passive
5050
In Deno with [`esm.sh`][esmsh]:
5151

5252
```js
53-
import retextPassive from 'https://esm.sh/retext-passive@4'
53+
import retextPassive from 'https://esm.sh/retext-passive@5'
5454
```
5555

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

5858
```html
5959
<script type="module">
60-
import retextPassive from 'https://esm.sh/retext-passive@4?bundle'
60+
import retextPassive from 'https://esm.sh/retext-passive@5?bundle'
6161
</script>
6262
```
6363

0 commit comments

Comments
 (0)