3.0.0
This commit is contained in:
parent
edef661a1f
commit
e1027d13bd
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "remark-directive",
|
||||
"version": "2.0.1",
|
||||
"version": "3.0.0",
|
||||
"description": "remark plugin to support directives",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
|
|
|
@ -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>
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue