File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,8 @@ const config = {
29
29
'repository-type' : 'error' ,
30
30
'scripts-type' : 'error' ,
31
31
'version-type' : 'error' ,
32
- 'valid-values-author' : [ 'error' , [
33
- 'Thomas Lindner'
34
- ] ] ,
35
- 'valid-values-private' : [ 'error' , [
36
- false
37
- ] ] ,
32
+ 'valid-values-author' : [ 'error' , [ 'Thomas Lindner' ] ] ,
33
+ 'valid-values-private' : [ 'error' , [ false ] ] ,
38
34
'prefer-no-version-zero-dependencies' : 'warning' ,
39
35
'prefer-caret-version-dependencies' : 'error' ,
40
36
'prefer-no-version-zero-devDependencies' : 'warning' ,
Original file line number Diff line number Diff line change 30
30
"test" : " mocha"
31
31
},
32
32
"devDependencies" : {
33
- "chai" : " ^4.1.0 " ,
34
- "eslint" : " ^4.3 .0" ,
35
- "eslint-config-tc" : " ^2.1 .0" ,
36
- "eslint-formatter-pretty" : " ^1.1 .0" ,
33
+ "chai" : " ^4.1.2 " ,
34
+ "eslint" : " ^4.10 .0" ,
35
+ "eslint-config-tc" : " ^2.2 .0" ,
36
+ "eslint-formatter-pretty" : " ^1.3 .0" ,
37
37
"is-plain-obj" : " ^1.1.0" ,
38
38
"jsonlint" : " ^1.6.2" ,
39
- "mocha" : " ^3.5.0 " ,
40
- "npm-package-json-lint" : " ^2.6 .0" ,
39
+ "mocha" : " ^4.0.1 " ,
40
+ "npm-package-json-lint" : " ^2.11 .0" ,
41
41
"temp-write" : " ^3.3.0"
42
42
},
43
43
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments