We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b5598 commit 23295ffCopy full SHA for 23295ff
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hast-util-sanitize",
3
- "version": "4.1.0",
+ "version": "5.0.0",
4
"description": "hast utility to sanitize nodes",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -53,14 +53,14 @@ npm install hast-util-sanitize
53
In Deno with [`esm.sh`][esmsh]:
54
55
```js
56
-import {sanitize} from 'https://esm.sh/hast-util-sanitize@4'
+import {sanitize} from 'https://esm.sh/hast-util-sanitize@5'
57
```
58
59
In browsers with [`esm.sh`][esmsh]:
60
61
```html
62
<script type="module">
63
- import {sanitize} from 'https://esm.sh/hast-util-sanitize@4?bundle'
+ import {sanitize} from 'https://esm.sh/hast-util-sanitize@5?bundle'
64
</script>
65
66
0 commit comments