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 d603091 commit b24e84eCopy full SHA for b24e84e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mdast-zone",
3
- "version": "5.1.1",
+ "version": "6.0.0",
4
"description": "mdast utility to treat HTML comments as ranges or markers",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -56,14 +56,14 @@ npm install mdast-zone
56
In Deno with [`esm.sh`][esmsh]:
57
58
```js
59
-import {zone} from 'https://esm.sh/mdast-zone@5'
+import {zone} from 'https://esm.sh/mdast-zone@6'
60
```
61
62
In browsers with [`esm.sh`][esmsh]:
63
64
```html
65
<script type="module">
66
- import {zone} from 'https://esm.sh/mdast-zone@5?bundle'
+ import {zone} from 'https://esm.sh/mdast-zone@6?bundle'
67
</script>
68
69
0 commit comments