Skip to content

Commit 6944a7e

Browse files
committed
2.0.0
1 parent 8310b3e commit 6944a7e

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": "hast-util-reading-time",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "hast utility to estimate the reading time",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ npm install hast-util-reading-time
5454
In Deno with [`esm.sh`][esmsh]:
5555

5656
```js
57-
import {readingTime} from 'https://esm.sh/hast-util-reading-time@1'
57+
import {readingTime} from 'https://esm.sh/hast-util-reading-time@2'
5858
```
5959

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

6262
```html
6363
<script type="module">
64-
import {readingTime} from 'https://esm.sh/hast-util-reading-time@1?bundle'
64+
import {readingTime} from 'https://esm.sh/hast-util-reading-time@2?bundle'
6565
</script>
6666
```
6767

0 commit comments

Comments
 (0)