Skip to content

Commit 5a9e7eb

Browse files
Merge pull request #17 from JarvusInnovations/develop
Release: git-client v1.6.2
2 parents a1d0481 + 493a800 commit 5a9e7eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/Git.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -11,7 +11,7 @@
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",
@@ -21,9 +21,9 @@
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
}

0 commit comments

Comments
 (0)