File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
22  "name" : " hast-util-script-supporting"  ,
3-   "version" : " 2 .0.1 "  ,
3+   "version" : " 3 .0.0 "  ,
44  "description" : " hast utility to check if a node is a script-supporting element"  ,
55  "license" : " MIT"  ,
66  "keywords" : [
3333    " index.js" 
3434  ],
3535  "dependencies" : {
36+     "@types/hast" : " ^3.0.0"  ,
3637    "hast-util-is-element" : " ^3.0.0" 
3738  },
3839  "devDependencies" : {
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ npm install hast-util-script-supporting
4747In Deno with [ ` esm.sh ` ] [ esmsh ] :
4848
4949``` js 
50- import  {scriptSupporting } from  ' https://esm.sh/hast-util-script-supporting@2 ' 
50+ import  {scriptSupporting } from  ' https://esm.sh/hast-util-script-supporting@3 ' 
5151``` 
5252
5353In browsers with [ ` esm.sh ` ] [ esmsh ] :
5454
5555``` html 
5656<script  type =" module"  >
57-   import  {scriptSupporting } from  ' https://esm.sh/hast-util-script-supporting@2 ?bundle'  
57+   import  {scriptSupporting } from  ' https://esm.sh/hast-util-script-supporting@3 ?bundle'  
5858 </script >
5959``` 
6060
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments