File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ branches:
7
7
language : node_js
8
8
node_js :
9
9
- stable
10
- - lts
10
+ - " -- lts"
11
11
env :
12
12
global :
13
13
- CC_TEST_REPORTER_ID=b62b383f834fc3519bc3f7655c3307de6056aa18487302c1a89bdde5b0653557
Original file line number Diff line number Diff line change 56
56
"esnext" : true ,
57
57
"ignores" : [
58
58
" index.js" ,
59
- " index.mjs " ,
59
+ " index.d.ts " ,
60
60
" lib/**" ,
61
61
" docs/**" ,
62
62
" test/coverage/**"
122
122
]
123
123
]
124
124
}
125
- }
125
+ }
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ const expectedVersion = pkg.version
8
8
9
9
const bin = pkg . bin ? Object . keys ( pkg . bin ) [ 0 ] : 'none'
10
10
11
- let copyright = pkg . copyright ? pkg . copyright :
12
- `©${ new Date ( ) . getFullYear ( ) } ${ pkg . author . name } `
11
+ let copyright = pkg . copyright
12
+ ? pkg . copyright
13
+ : `©${ new Date ( ) . getFullYear ( ) } ${ pkg . author . name } `
13
14
14
15
if ( pkg . copyright && pkg . copyright . year ) {
15
16
copyright = `©${ pkg . copyright . year } ${ pkg . copyright . owner } `
You can’t perform that action at this time.
0 commit comments