File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 13
13
- 20
14
14
- 18
15
15
steps :
16
- - uses : actions/checkout@v3
17
- - uses : actions/setup-node@v3
16
+ - uses : actions/checkout@v4
17
+ - uses : actions/setup-node@v4
18
18
with :
19
19
node-version : ${{ matrix.node-version }}
20
20
- run : npm install
Original file line number Diff line number Diff line change 11
11
"url" : " https://sindresorhus.com"
12
12
},
13
13
"type" : " module" ,
14
- "exports" : " ./index.js" ,
14
+ "exports" : {
15
+ "types" : " ./index.d.ts" ,
16
+ "default" : " ./index.js"
17
+ },
18
+ "sideEffects" : false ,
15
19
"engines" : {
16
20
"node" : " >=18"
17
21
},
43
47
"devDependencies" : {
44
48
"ava" : " ^5.2.0" ,
45
49
"chalk" : " ^5.3.0" ,
46
- "delay" : " ^5 .0.0" ,
50
+ "delay" : " ^6 .0.0" ,
47
51
"in-range" : " ^3.0.0" ,
48
52
"random-int" : " ^3.0.0" ,
49
53
"time-span" : " ^5.1.0" ,
50
- "tsd" : " ^0.28.1 " ,
51
- "xo" : " ^0.54.1 "
54
+ "tsd" : " ^0.29.0 " ,
55
+ "xo" : " ^0.56.0 "
52
56
}
53
57
}
You can’t perform that action at this time.
0 commit comments