We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0927092 commit 455984aCopy full SHA for 455984a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mdast-util-phrasing",
3
- "version": "3.0.1",
+ "version": "4.0.0",
4
"description": "mdast utility to check if a node is phrasing content",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -50,14 +50,14 @@ npm install mdast-util-phrasing
50
In Deno with [`esm.sh`][esmsh]:
51
52
```js
53
-import {phrasing} from 'https://esm.sh/mdast-util-phrasing@3'
+import {phrasing} from 'https://esm.sh/mdast-util-phrasing@4'
54
```
55
56
In browsers with [`esm.sh`][esmsh]:
57
58
```html
59
<script type="module">
60
- import {phrasing} from 'https://esm.sh/mdast-util-phrasing@3?bundle'
+ import {phrasing} from 'https://esm.sh/mdast-util-phrasing@4?bundle'
61
</script>
62
63
0 commit comments