File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 106106      " npm run lint:fix" 
107107    ],
108108    "*.{md,json}" : [
109-       " prettier --write" 
110-       " git add" 
109+       " prettier --write" 
111110    ]
112111  }
113112}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import pkg from '../package.json';
1414
1515export  function  createRollupConfig ( options )  { 
1616  const  name  =  options . name  ||  safePackageName ( pkg . name ) ; 
17-   const  umdName  =  options . undName  ||  pascalcase ( safePackageName ( pkg . name ) ) ; 
17+   const  umdName  =  options . umdName  ||  pascalcase ( safePackageName ( pkg . name ) ) ; 
1818  const  shouldMinify  =  options . minify  ||  options . env  ===  'production' ; 
1919  const  tsconfigPath  =  options . tsconfig  ||  'tsconfig.json' ; 
2020  const  tsconfigJSON  =  ts . readConfigFile ( tsconfigPath ,  ts . sys . readFile ) . config ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments