We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483f127 commit 2a7451dCopy full SHA for 2a7451d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hastscript",
3
- "version": "7.2.0",
+ "version": "8.0.0",
4
"description": "hast utility to create trees",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -60,14 +60,14 @@ npm install hastscript
60
In Deno with [`esm.sh`][esmsh]:
61
62
```js
63
-import {h} from 'https://esm.sh/hastscript@7'
+import {h} from 'https://esm.sh/hastscript@8'
64
```
65
66
In browsers with [`esm.sh`][esmsh]:
67
68
```html
69
<script type="module">
70
- import {h} from 'https://esm.sh/hastscript@7?bundle'
+ import {h} from 'https://esm.sh/hastscript@8?bundle'
71
</script>
72
73
0 commit comments