We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a14510 commit ad5606aCopy full SHA for ad5606a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "esast-util-from-js",
3
- "version": "1.2.0",
+ "version": "2.0.0",
4
"description": "estree (and esast) utility to parse from JavaScript",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -54,14 +54,14 @@ npm install esast-util-from-js
54
In Deno with [`esm.sh`][esmsh]:
55
56
```js
57
-import {fromJs} from 'https://esm.sh/esast-util-from-js@1'
+import {fromJs} from 'https://esm.sh/esast-util-from-js@2'
58
```
59
60
In browsers with [`esm.sh`][esmsh]:
61
62
```html
63
<script type="module">
64
- import {fromJs} from 'https://esm.sh/esast-util-from-js@1?bundle'
+ import {fromJs} from 'https://esm.sh/esast-util-from-js@2?bundle'
65
</script>
66
67
0 commit comments