We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fe46d commit 66ca2c5Copy full SHA for 66ca2c5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "retext-passive",
3
- "version": "4.2.0",
+ "version": "5.0.0",
4
"description": "retext plugin to check for passive voice",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -50,14 +50,14 @@ npm install retext-passive
50
In Deno with [`esm.sh`][esmsh]:
51
52
```js
53
-import retextPassive from 'https://esm.sh/retext-passive@4'
+import retextPassive from 'https://esm.sh/retext-passive@5'
54
```
55
56
In browsers with [`esm.sh`][esmsh]:
57
58
```html
59
<script type="module">
60
- import retextPassive from 'https://esm.sh/retext-passive@4?bundle'
+ import retextPassive from 'https://esm.sh/retext-passive@5?bundle'
61
</script>
62
63
0 commit comments