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 3cabed8 commit 345624aCopy full SHA for 345624a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "xastscript",
3
- "version": "3.1.1",
+ "version": "4.0.0",
4
"description": "xast utility to create trees",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -57,14 +57,14 @@ npm install xastscript
57
In Deno with [`esm.sh`][esmsh]:
58
59
```js
60
-import {x} from 'https://esm.sh/xastscript@3'
+import {x} from 'https://esm.sh/xastscript@4'
61
```
62
63
In browsers with [`esm.sh`][esmsh]:
64
65
```html
66
<script type="module">
67
- import {x} from 'https://esm.sh/xastscript@3?bundle'
+ import {x} from 'https://esm.sh/xastscript@4?bundle'
68
</script>
69
70
0 commit comments