Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 10, 2023
1 parent 7cb1e33 commit 239be33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vfile-statistics",
"version": "2.0.1",
"version": "3.0.0",
"description": "vfile utility to count messages per category: failures, warnings, etc",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ npm install vfile-statistics
In Deno with [`esm.sh`][esmsh]:

```js
import {statistics} from 'https://esm.sh/vfile-statistics@2'
import {statistics} from 'https://esm.sh/vfile-statistics@3'
```

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

```html
<script type="module">
import {statistics} from 'https://esm.sh/vfile-statistics@2?bundle'
import {statistics} from 'https://esm.sh/vfile-statistics@3?bundle'
</script>
```

Expand Down

0 comments on commit 239be33

Please sign in to comment.