File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22  "name" : " unist-util-find" 
3-   "version" : " 1 .0.4 " 
3+   "version" : " 2 .0.0 " 
44  "description" : " unist utility to find a node" 
55  "license" : " MIT" 
66  "keywords" : [
Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ npm install unist-util-find
5151In Deno with [ ` esm.sh ` ] [ esmsh ] :
5252
5353``` js 
54- import  {find } from  ' https://esm.sh/unist-util-find@1 ' 
54+ import  {find } from  ' https://esm.sh/unist-util-find@2 ' 
5555``` 
5656
5757In browsers with [ ` esm.sh ` ] [ esmsh ] :
5858
5959``` html 
6060<script  type =" module" 
61-   import  {find } from  ' https://esm.sh/unist-util-find@1 ?bundle'  
61+   import  {find } from  ' https://esm.sh/unist-util-find@2 ?bundle'  
6262script >
6363``` 
6464
@@ -189,7 +189,7 @@ versions of Node.js.
189189When we cut a new major release, we drop support for unmaintained versions of
190190Node.
191191This means we try to keep the current release line,
192- ` unist-util-find@^1  ` , compatible with Node.js 12.
192+ ` unist-util-find@^2  ` , compatible with Node.js 12.
193193
194194## Security  
195195
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments