We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8a518 commit d5d476aCopy full SHA for d5d476a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "retext-pos",
3
- "version": "4.1.0",
+ "version": "5.0.0",
4
"description": "retext plugin to add part-of-speech (POS) tags",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -49,14 +49,14 @@ npm install retext-pos
49
In Deno with [`esm.sh`][esmsh]:
50
51
```js
52
-import retextPos from 'https://esm.sh/retext-pos@4'
+import retextPos from 'https://esm.sh/retext-pos@5'
53
```
54
55
In browsers with [`esm.sh`][esmsh]:
56
57
```html
58
<script type="module">
59
- import retextPos from 'https://esm.sh/retext-pos@4?bundle'
+ import retextPos from 'https://esm.sh/retext-pos@5?bundle'
60
</script>
61
62
0 commit comments