File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ async function readPackageJson (options, { log } = {}) {
278
278
version : pkg . version ,
279
279
name : pkg . name ,
280
280
type : pkg . type ,
281
- author : author ,
281
+ author,
282
282
description : pkg . description ,
283
283
repository : repo ,
284
284
keywords : pkg . keywords ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ module.exports.install = (deps = [], opts = {}) => {
35
35
args = args . concat ( deps )
36
36
37
37
return execFile ( 'npm' , args , {
38
- env : env ,
38
+ env,
39
39
cwd : opts . directory || process . cwd ( )
40
40
} )
41
41
}
Original file line number Diff line number Diff line change 11
11
"test" : " standard && mocha" ,
12
12
"test:debug" : " mocha --inspect --inspect-brk --timeout=0" ,
13
13
"test:cover" : " c8 mocha" ,
14
+ "lint:fix" : " standard --fix" ,
14
15
"debug" : " mocha --inspect --inspect-brk" ,
15
16
"release" : " npm t && standard-version && npm publish" ,
16
17
"postpublish" : " git push && git push --tags"
33
34
},
34
35
"license" : " ICS" ,
35
36
"dependencies" : {
36
- "@npmcli/name-from-folder" : " ^1 .0.1 " ,
37
- "fs-extra" : " ^9.0 .1" ,
37
+ "@npmcli/name-from-folder" : " ^2 .0.0 " ,
38
+ "fs-extra" : " ^11.1 .1" ,
38
39
"loggerr" : " ^3.0.0" ,
39
- "npm-package-arg" : " ^8 .0.1" ,
40
- "opta" : " ^0.1 .0" ,
41
- "read-package-json" : " ^3 .0.0" ,
40
+ "npm-package-arg" : " ^11 .0.1" ,
41
+ "opta" : " ^1.0 .0" ,
42
+ "read-package-json" : " ^7 .0.0" ,
42
43
"safe-parse-list" : " ^0.1.1" ,
43
- "validate-npm-package-name" : " ^3 .0.0"
44
+ "validate-npm-package-name" : " ^5 .0.0"
44
45
},
45
46
"devDependencies" : {
46
- "c8" : " ^7.3.0 " ,
47
+ "c8" : " ^8.0.1 " ,
47
48
"fs-test-fixtures" : " ^0.1.3" ,
48
- "mocha" : " ^8.1.3 " ,
49
- "standard" : " ^14.3.4 " ,
49
+ "mocha" : " ^10.2.0 " ,
50
+ "standard" : " ^17.1.0 " ,
50
51
"standard-version" : " ^9.0.0"
51
52
}
52
53
}
You can’t perform that action at this time.
0 commit comments