File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ class Git {
451451 error += data ;
452452 } ) ;
453453
454- process . on ( 'exit ' , code => {
454+ process . on ( 'close ' , code => {
455455 if ( code == 0 ) {
456456 resolve ( output ) ;
457457 } else {
Original file line number Diff line number Diff line change 11{
22 "name" : " git-client" ,
3- "version" : " 1.6.1 " ,
3+ "version" : " 1.6.2 " ,
44 "description" : " Promise-based git client that mostly just executes the git binary" ,
55 "main" : " index.js" ,
66 "scripts" : {
1111 "dependencies" : {
1212 "mz" : " ^2.7.0" ,
1313 "node-cleanup" : " ^2.1.2" ,
14- "semver" : " ^5.5 .0"
14+ "semver" : " ^5.7 .0"
1515 },
1616 "keywords" : [
1717 " git" ,
2121 "homepage" : " https://github.com/JarvusInnovations/git-client" ,
2222 "devDependencies" : {
2323 "ava" : " 1.0.0-beta.6" ,
24- "eslint" : " ^5.0.1 " ,
24+ "eslint" : " ^5.16.0 " ,
2525 "eslint-plugin-ava" : " ^4.5.1" ,
2626 "rmfr" : " ^2.0.0" ,
27- "tmp-promise" : " ^1.0.4 "
27+ "tmp-promise" : " ^1.1.0 "
2828 }
2929}
You can’t perform that action at this time.
0 commit comments