We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9cf652 commit df179f7Copy full SHA for df179f7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "unist-util-inspect",
3
- "version": "7.0.2",
+ "version": "8.0.0",
4
"description": "unist utility to inspect nodes",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -48,14 +48,14 @@ npm install unist-util-inspect
48
In Deno with [`esm.sh`][esmsh]:
49
50
```js
51
-import {inspect} from 'https://esm.sh/unist-util-inspect@7'
+import {inspect} from 'https://esm.sh/unist-util-inspect@8'
52
```
53
54
In browsers with [`esm.sh`][esmsh]:
55
56
```html
57
<script type="module">
58
- import {inspect} from 'https://esm.sh/unist-util-inspect@7?bundle'
+ import {inspect} from 'https://esm.sh/unist-util-inspect@8?bundle'
59
</script>
60
61
0 commit comments