Skip to content

Commit 97e1ec0

Browse files
committed
2.0.0
1 parent 23ecc9f commit 97e1ec0

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": "mdast-util-mdxjs-esm",
3-
"version": "1.3.1",
3+
"version": "2.0.0",
44
"description": "mdast extension to parse and serialize MDX.js ESM (import/exports)",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ npm install mdast-util-mdxjs-esm
6969
In Deno with [`esm.sh`][esmsh]:
7070

7171
```js
72-
import {mdxjsEsmFromMarkdown, mdxjsEsmToMarkdown} from 'https://esm.sh/mdast-util-mdxjs-esm@1'
72+
import {mdxjsEsmFromMarkdown, mdxjsEsmToMarkdown} from 'https://esm.sh/mdast-util-mdxjs-esm@2'
7373
```
7474

7575
In browsers with [`esm.sh`][esmsh]:
7676

7777
```html
7878
<script type="module">
79-
import {mdxjsEsmFromMarkdown, mdxjsEsmToMarkdown} from 'https://esm.sh/mdast-util-mdxjs-esm@1?bundle'
79+
import {mdxjsEsmFromMarkdown, mdxjsEsmToMarkdown} from 'https://esm.sh/mdast-util-mdxjs-esm@2?bundle'
8080
</script>
8181
```
8282

0 commit comments

Comments
 (0)