File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22  "name" : " remark-stringify"  ,
3-   "version" : " 10 .0.3 "  ,
3+   "version" : " 11 .0.0 "  ,
44  "description" : " remark plugin to add support for serializing markdown"  ,
55  "license" : " MIT"  ,
66  "keywords" : [
Original file line number Diff line number Diff line change @@ -69,14 +69,14 @@ npm install remark-stringify
6969In Deno with [ ` esm.sh ` ] [ esmsh ] :
7070
7171``` js 
72- import  remarkStringify  from  ' https://esm.sh/remark-stringify@10 ' 
72+ import  remarkStringify  from  ' https://esm.sh/remark-stringify@11 ' 
7373``` 
7474
7575In browsers with [ ` esm.sh ` ] [ esmsh ] :
7676
7777``` html 
7878<script  type =" module"  >
79-   import  remarkStringify  from  ' https://esm.sh/remark-stringify@10 ?bundle'  
79+   import  remarkStringify  from  ' https://esm.sh/remark-stringify@11 ?bundle'  
8080 </script >
8181``` 
8282
Original file line number Diff line number Diff line change 3939  "dependencies" : {
4040    "@types/mdast" : " ^4.0.0"  ,
4141    "remark-parse" : " ^11.0.0"  ,
42-     "remark-stringify" : " ^10 .0.0"  ,
42+     "remark-stringify" : " ^11 .0.0"  ,
4343    "unified" : " ^11.0.0" 
4444  },
4545  "scripts" : {},
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments