File tree 4 files changed +11
-12
lines changed
4 files changed +11
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ jobs:
10
10
fail-fast : false
11
11
matrix :
12
12
node-version :
13
+ - 18
14
+ - 16
13
15
- 14
14
- - 12
15
16
steps :
16
- - uses : actions/checkout@v2
17
- - uses : actions/setup-node@v2
17
+ - uses : actions/checkout@v3
18
+ - uses : actions/setup-node@v3
18
19
with :
19
20
node-version : ${{ matrix.node-version }}
20
21
- run : npm install
Original file line number Diff line number Diff line change 12
12
},
13
13
"type" : " module" ,
14
14
"exports" : " ./index.js" ,
15
+ "types" : " ./index.d.ts" ,
15
16
"engines" : {
16
- "node" : " >=12 "
17
+ "node" : " >=14.16 "
17
18
},
18
19
"scripts" : {
19
20
"test" : " xo && ava && tsd"
44
45
"parse-ms" : " ^3.0.0"
45
46
},
46
47
"devDependencies" : {
47
- "ava" : " ^3.15 .0" ,
48
- "tsd" : " ^0.19 .0" ,
49
- "xo" : " ^0.47 .0"
48
+ "ava" : " ^4.3 .0" ,
49
+ "tsd" : " ^0.20 .0" ,
50
+ "xo" : " ^0.49 .0"
50
51
}
51
52
}
Original file line number Diff line number Diff line change 4
4
5
5
## Install
6
6
7
- ```
8
- $ npm install pretty-ms
7
+ ``` sh
8
+ npm install pretty-ms
9
9
```
10
10
11
11
## Usage
You can’t perform that action at this time.
0 commit comments