Skip to content

Commit d1c5501

Browse files
committed
8.0.0
1 parent 6ef35a8 commit d1c5501

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "to-vfile",
3-
"version": "7.2.4",
3+
"version": "8.0.0",
44
"description": "vfile utility to read and write to the file system",
55
"license": "MIT",
66
"keywords": [

readme.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,7 @@ npm install to-vfile
5555
In Deno with [`esm.sh`][esmsh]:
5656

5757
```js
58-
import {toVFile, read, readSync, write, writeSync} from 'https://esm.sh/to-vfile@7'
59-
```
60-
61-
In browsers with [`esm.sh`][esmsh]:
62-
63-
```html
64-
<script type="module">
65-
import {toVFile, read, readSync, write, writeSync} from 'https://esm.sh/to-vfile@7?bundle'
66-
</script>
58+
import {toVFile, read, readSync, write, writeSync} from 'https://esm.sh/to-vfile@8'
6759
```
6860

6961
## Use

0 commit comments

Comments
 (0)