Skip to content

Commit 1ffa93f

Browse files
committed
2.0.0
1 parent 6548f8f commit 1ffa93f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "estree-util-to-js",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "estree (and esast) utility to serialize to JavaScript",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ npm install estree-util-to-js
6565
In Deno with [`esm.sh`][esmsh]:
6666

6767
```js
68-
import {toJs} from 'https://esm.sh/estree-util-to-js@1'
68+
import {toJs} from 'https://esm.sh/estree-util-to-js@2'
6969
```
7070

7171
In browsers with [`esm.sh`][esmsh]:
7272

7373
```html
7474
<script type="module">
75-
import {toJs} from 'https://esm.sh/estree-util-to-js@1?bundle'
75+
import {toJs} from 'https://esm.sh/estree-util-to-js@2?bundle'
7676
</script>
7777
```
7878

0 commit comments

Comments
 (0)