File tree 4 files changed +7
-2
lines changed
4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"next" : " 14.2.5" ,
13
- "next-scroll-restoration" : " ^0.0.1 " ,
13
+ "next-scroll-restoration" : " ^0.0.3 " ,
14
14
"react" : " ^18" ,
15
15
"react-dom" : " ^18"
16
16
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " next-scroll-restoration" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"type" : " module" ,
5
5
"main" : " ./dist/index.cjs" ,
6
6
"module" : " ./dist/index.js" ,
7
7
"types" : " ./dist/index.d.ts" ,
8
+ "files" : [
9
+ " dist" ,
10
+ " src"
11
+ ],
8
12
"exports" : {
9
13
"import" : {
10
14
"types" : " ./dist/index.d.ts" ,
16
20
}
17
21
},
18
22
"scripts" : {
23
+ "prepare" : " tsup --config tsup.config.prebuild.ts && tsup" ,
19
24
"postinstall" : " tsup --config tsup.config.prebuild.ts && tsup" ,
20
25
"prebuild" : " tsup --config tsup.config.prebuild.ts" ,
21
26
"build" : " tsup" ,
You can’t perform that action at this time.
0 commit comments