Skip to content

Commit f6f11ab

Browse files
committed
5.0.0
1 parent f994ac5 commit f6f11ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unist-util-source",
3-
"version": "4.0.2",
3+
"version": "5.0.0",
44
"description": "unist utility to get the source of a value",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ npm install unist-util-source
4444
In Deno with [`esm.sh`][esmsh]:
4545

4646
```js
47-
import {source} from 'https://esm.sh/unist-util-source@4'
47+
import {source} from 'https://esm.sh/unist-util-source@5'
4848
```
4949

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

5252
```html
5353
<script type="module">
54-
import {source} from 'https://esm.sh/unist-util-source@4?bundle'
54+
import {source} from 'https://esm.sh/unist-util-source@5?bundle'
5555
</script>
5656
```
5757

0 commit comments

Comments
 (0)