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 29
29
"default" : " ./dist/index.js"
30
30
}
31
31
},
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
- },
47
32
"./package.json" : " ./package.json"
48
33
},
49
- "sideEffects" : [
50
- " ./dist/install.js" ,
51
- " ./dist/install.mjs"
52
- ],
53
34
"scripts" : {
54
35
"build" : " wireit" ,
55
36
"typecheck" : " tsc"
91
72
},
92
73
"files" : [
93
74
" dist/" ,
94
- " globals.d.ts" ,
95
- " install.d.ts" ,
96
- " install.js" ,
97
75
" CHANGELOG.md" ,
98
76
" LICENSE.md" ,
99
77
" README.md"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { createBanner } from "../../build.utils.js";
5
5
6
6
import pkg from "./package.json" ;
7
7
8
- const entry = [ "index.ts" , "install.ts" ] ;
8
+ const entry = [ "index.ts" ] ;
9
9
10
10
export default defineConfig ( [
11
11
{
You can’t perform that action at this time.
0 commit comments