Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 18, 2023
1 parent edef661 commit e1027d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-directive",
"version": "2.0.1",
"version": "3.0.0",
"description": "remark plugin to support directives",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ npm install remark-directive
In Deno with [`esm.sh`][esmsh]:

```js
import remarkDirective from 'https://esm.sh/remark-directive@2'
import remarkDirective from 'https://esm.sh/remark-directive@3'
```

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

```html
<script type="module">
import remarkDirective from 'https://esm.sh/remark-directive@2?bundle'
import remarkDirective from 'https://esm.sh/remark-directive@3?bundle'
</script>
```

Expand Down

0 comments on commit e1027d1

Please sign in to comment.