File tree Expand file tree Collapse file tree 3 files changed +6
-23
lines changed 
packages/react-router-node Expand file tree Collapse file tree 3 files changed +6
-23
lines changed Original file line number Diff line number Diff line change 1+ --- 
2+ " @react-router/node " patch 
3+ --- 
4+ 
5+ Remove old "install" package exports
Original file line number Diff line number Diff line change 2929        "default" : " ./dist/index.js" 
3030      }
3131    },
32-     "./install" : {
33-       "node" : {
34-         "types" : " ./dist/install.d.ts" 
35-         "module-sync" : " ./dist/install.mjs" 
36-         "default" : " ./dist/install.js" 
37-       },
38-       "import" : {
39-         "types" : " ./dist/install.d.mts" 
40-         "default" : " ./dist/install.mjs" 
41-       },
42-       "default" : {
43-         "types" : " ./dist/install.d.ts" 
44-         "default" : " ./dist/install.js" 
45-       }
46-     },
4732    "./package.json" : " ./package.json" 
4833  },
49-   "sideEffects" : [
50-     " ./dist/install.js" 
51-     " ./dist/install.mjs" 
52-   ],
5334  "scripts" : {
5435    "build" : " wireit" 
5536    "typecheck" : " tsc" 
9172  },
9273  "files" : [
9374    " dist/" 
94-     " globals.d.ts" 
95-     " install.d.ts" 
96-     " install.js" 
9775    " CHANGELOG.md" 
9876    " LICENSE.md" 
9977    " README.md" 
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { createBanner } from "../../build.utils.js";
55
66import  pkg  from  "./package.json" ; 
77
8- const  entry  =  [ "index.ts" ,   "install.ts" ] ; 
8+ const  entry  =  [ "index.ts" ] ; 
99
1010export  default  defineConfig ( [ 
1111  { 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments