We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f994ac5 commit f6f11abCopy full SHA for f6f11ab
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "unist-util-source",
3
- "version": "4.0.2",
+ "version": "5.0.0",
4
"description": "unist utility to get the source of a value",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -44,14 +44,14 @@ npm install unist-util-source
44
In Deno with [`esm.sh`][esmsh]:
45
46
```js
47
-import {source} from 'https://esm.sh/unist-util-source@4'
+import {source} from 'https://esm.sh/unist-util-source@5'
48
```
49
50
In browsers with [`esm.sh`][esmsh]:
51
52
```html
53
<script type="module">
54
- import {source} from 'https://esm.sh/unist-util-source@4?bundle'
+ import {source} from 'https://esm.sh/unist-util-source@5?bundle'
55
</script>
56
57
0 commit comments