File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33  "private" : true ,
44  "scripts" : {
55    "clean" : " rimraf ./dist && rimraf ./coverage"  ,
6- 		 "build" : " tsup-node src/index.ts --format cjs,esm --sourcemap --dts --clean"  ,
6+      "build" : " tsup-node src/index.ts --format cjs,esm --sourcemap --dts --clean"  ,
77    "test:eslint" : " eslint ./src"  ,
88    "test:unit" : " exit 0; vitest --typecheck" 
99  },
1010  "type" : " module"  ,
1111  "exports" : {
1212    "." : {
1313      "import" : " ./dist/index.js"  ,
14- 			 "require" : " ./dist/index.cjs"  ,
14+        "require" : " ./dist/index.cjs"  ,
1515      "default" : " ./dist/index.js"  ,
16- 			 "types" : " ./dist/index.d.ts" 
16+        "types" : " ./dist/index.d.ts" 
1717    },
1818    "./package.json" : " ./package.json" 
1919  },
2020  "dependencies" : {},
2121  "devDependencies" : {
2222    "get-port-please" : " ^3.2.0"  ,
23- 		 "tsup" : " ^8.5.0" 
23+      "tsup" : " ^8.5.0" 
2424  }
2525}
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments