File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
verifyConditions : [ '@semantic-release/npm' , '@semantic-release/gitlab' ] ,
3
+ prepare : [ '@semantic-release/npm' ] ,
3
4
publish : [ '@semantic-release/npm' , '@semantic-release/gitlab' ] ,
4
5
success : false ,
5
6
fail : false ,
Original file line number Diff line number Diff line change 16
16
" Gregor Martynus (https://twitter.com/gr2m)"
17
17
],
18
18
"dependencies" : {
19
- "@semantic-release/gitlab" : " ^2.1.1 " ,
20
- "@semantic-release/npm" : " ^3.1 .0"
19
+ "@semantic-release/gitlab" : " ^2.1.2 " ,
20
+ "@semantic-release/npm" : " ^3.2 .0"
21
21
},
22
22
"devDependencies" : {
23
23
"ava" : " ^0.25.0" ,
34
34
"mockserver-client" : " ^5.3.0" ,
35
35
"nyc" : " ^11.1.0" ,
36
36
"p-retry" : " ^1.0.0" ,
37
- "semantic-release" : " ^14 .0.1 " ,
37
+ "semantic-release" : " ^15 .0.0 " ,
38
38
"sinon" : " ^4.1.2" ,
39
39
"strip-ansi" : " ^4.0.0" ,
40
40
"tempy" : " ^0.2.1" ,
69
69
"all" : true
70
70
},
71
71
"peerDependencies" : {
72
- "semantic-release" : " >=13 .0.0 <15 .0.0"
72
+ "semantic-release" : " >=15 .0.0 <16 .0.0"
73
73
},
74
74
"prettier" : {
75
75
"printWidth" : 120
You can’t perform that action at this time.
0 commit comments