We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a563fa1 commit 117b8e5Copy full SHA for 117b8e5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "unist-builder",
3
- "version": "3.0.1",
+ "version": "4.0.0",
4
"description": "unist utility to create a new trees with a nice syntax",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -53,14 +53,14 @@ npm install unist-builder
53
In Deno with [`esm.sh`][esmsh]:
54
55
```js
56
-import {u} from 'https://esm.sh/unist-builder@3'
+import {u} from 'https://esm.sh/unist-builder@4'
57
```
58
59
In browsers with [`esm.sh`][esmsh]:
60
61
```html
62
<script type="module">
63
- import {u} from 'https://esm.sh/unist-builder@3?bundle'
+ import {u} from 'https://esm.sh/unist-builder@4?bundle'
64
</script>
65
66
0 commit comments