We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8310b3e commit 6944a7eCopy full SHA for 6944a7e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hast-util-reading-time",
3
- "version": "1.0.2",
+ "version": "2.0.0",
4
"description": "hast utility to estimate the reading time",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -54,14 +54,14 @@ npm install hast-util-reading-time
54
In Deno with [`esm.sh`][esmsh]:
55
56
```js
57
-import {readingTime} from 'https://esm.sh/hast-util-reading-time@1'
+import {readingTime} from 'https://esm.sh/hast-util-reading-time@2'
58
```
59
60
In browsers with [`esm.sh`][esmsh]:
61
62
```html
63
<script type="module">
64
- import {readingTime} from 'https://esm.sh/hast-util-reading-time@1?bundle'
+ import {readingTime} from 'https://esm.sh/hast-util-reading-time@2?bundle'
65
</script>
66
67
0 commit comments