File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed   Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 3939      - name : Replace all GitHub links to individual packages with npm links 
4040        run : | 
4141          find . -type f -name '*.md' -print0 | xargs -0 sed -Ei '/tree\/main/b; s/@stdlib\/([^:]*)\]: https:\/\/github.com\/stdlib-js/@stdlib\/\1\]: https:\/\/www.npmjs.com\/package\/@stdlib/g' 
42+        - name : Replace list with links to other branches from installation section 
43+         run : | 
44+           find . -type f -name '*.md' -print0 | xargs -0 perl -0777 -i -pe "s/\`\`\`\n\nAlternatively,[^<]+<\/section>/\`\`\`\n\n<\/section>/" 
4245       - name : Replace all stdlib GitHub dependencies with the respective npm packages 
4346        run : | 
4447          find package.json -type f -print0 | xargs -0 sed -Ei 's/"github:stdlib-js[^"]*"/"^0.0.x"/g' 
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ See [LICENSE][stdlib-license].
171171
172172## Copyright  
173173
174- Copyright © ;  2016-2021 . The Stdlib [ Authors] [ stdlib-authors ] .
174+ Copyright © ;  2016-2022 . The Stdlib [ Authors] [ stdlib-authors ] .
175175
176176</section >
177177
Original file line number Diff line number Diff line change 11{
22  "name" : " @stdlib/array-typed-real-dtypes"  ,
3-   "version" : " 0.0.0 "  ,
3+   "version" : " 0.0.1 "  ,
44  "description" : " List of typed array data types."  ,
55  "license" : " Apache-2.0"  ,
66  "author" : {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments