We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33352e8 commit eaddd9cCopy full SHA for eaddd9c
lib/utils.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-const SimpleGit = require('simple-git/promise');
+const SimpleGit = require('simple-git');
4
5
/* $lab:coverage:off$ */
6
// this is wrapped primarily to be able to stub it
package.json
@@ -43,7 +43,7 @@
43
"js-yaml": "^3.13.1",
44
"minimist": "^1.2.5",
45
"pacote": "^11.1.0",
46
- "simple-git": "2.13.1",
+ "simple-git": "^2.13.1",
47
"tmp": "^0.2.0"
48
}
49
test/fixtures/index.js
@@ -3,7 +3,7 @@
const Fs = require('fs');
const Nock = require('nock');
const Path = require('path');
7
const Sinon = require('sinon');
8
const Tmp = require('tmp');
9
0 commit comments