File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " mdast-util-newline-to-break" ,
3- "version" : " 1 .0.0" ,
3+ "version" : " 2 .0.0" ,
44 "description" : " mdast utility to support hard breaks without needing spaces or escapes" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -69,14 +69,14 @@ npm install mdast-util-newline-to-break
6969In Deno with [ ` esm.sh ` ] [ esmsh ] :
7070
7171``` js
72- import {newlineToBreak } from ' https://esm.sh/mdast-util-newline-to-break@1 '
72+ import {newlineToBreak } from ' https://esm.sh/mdast-util-newline-to-break@2 '
7373```
7474
7575In browsers with [ ` esm.sh ` ] [ esmsh ] :
7676
7777``` html
7878<script type =" module" >
79- import {newlineToBreak } from ' https://esm.sh/mdast-util-newline-to-break@1 ?bundle'
79+ import {newlineToBreak } from ' https://esm.sh/mdast-util-newline-to-break@2 ?bundle'
8080 </script >
8181```
8282
@@ -219,11 +219,11 @@ abide by its terms.
219219
220220[ health ] : https://github.com/syntax-tree/.github
221221
222- [ contributing ] : https://github.com/syntax-tree/.github/blob/HEAD /contributing.md
222+ [ contributing ] : https://github.com/syntax-tree/.github/blob/main /contributing.md
223223
224- [ support ] : https://github.com/syntax-tree/.github/blob/HEAD /support.md
224+ [ support ] : https://github.com/syntax-tree/.github/blob/main /support.md
225225
226- [ coc ] : https://github.com/syntax-tree/.github/blob/HEAD /code-of-conduct.md
226+ [ coc ] : https://github.com/syntax-tree/.github/blob/main /code-of-conduct.md
227227
228228[ license ] : license
229229
You can’t perform that action at this time.
0 commit comments