Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 14, 2023
1 parent 6ef35a8 commit d1c5501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "to-vfile",
"version": "7.2.4",
"version": "8.0.0",
"description": "vfile utility to read and write to the file system",
"license": "MIT",
"keywords": [
Expand Down
10 changes: 1 addition & 9 deletions readme.md
Expand Up @@ -55,15 +55,7 @@ npm install to-vfile
In Deno with [`esm.sh`][esmsh]:

```js
import {toVFile, read, readSync, write, writeSync} from 'https://esm.sh/to-vfile@7'
```

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

```html
<script type="module">
import {toVFile, read, readSync, write, writeSync} from 'https://esm.sh/to-vfile@7?bundle'
</script>
import {toVFile, read, readSync, write, writeSync} from 'https://esm.sh/to-vfile@8'
```

## Use
Expand Down

0 comments on commit d1c5501

Please sign in to comment.