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 08cc68b commit e845092Copy full SHA for e845092
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hast-util-to-estree",
3
- "version": "2.3.3",
+ "version": "3.0.0",
4
"description": "hast utility to transform to estree (JavaScript AST) JSX",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -56,14 +56,14 @@ npm install hast-util-to-estree
56
In Deno with [`esm.sh`][esmsh]:
57
58
```js
59
-import {toEstree} from 'https://esm.sh/hast-util-to-estree@2'
+import {toEstree} from 'https://esm.sh/hast-util-to-estree@3'
60
```
61
62
In browsers with [`esm.sh`][esmsh]:
63
64
```html
65
<script type="module">
66
- import {toEstree} from 'https://esm.sh/hast-util-to-estree@2?bundle'
+ import {toEstree} from 'https://esm.sh/hast-util-to-estree@3?bundle'
67
</script>
68
69
0 commit comments