Commit eaddd9c 1 parent 33352e8 commit eaddd9c Copy full SHA for eaddd9c
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
- const SimpleGit = require ( 'simple-git/promise ' ) ;
3
+ const SimpleGit = require ( 'simple-git' ) ;
4
4
5
5
/* $lab:coverage:off$ */
6
6
// this is wrapped primarily to be able to stub it
Original file line number Diff line number Diff line change 43
43
"js-yaml" : " ^3.13.1" ,
44
44
"minimist" : " ^1.2.5" ,
45
45
"pacote" : " ^11.1.0" ,
46
- "simple-git" : " 2.13.1" ,
46
+ "simple-git" : " ^ 2.13.1" ,
47
47
"tmp" : " ^0.2.0"
48
48
}
49
49
}
Original file line number Diff line number Diff line change 3
3
const Fs = require ( 'fs' ) ;
4
4
const Nock = require ( 'nock' ) ;
5
5
const Path = require ( 'path' ) ;
6
- const SimpleGit = require ( 'simple-git/promise ' ) ;
6
+ const SimpleGit = require ( 'simple-git' ) ;
7
7
const Sinon = require ( 'sinon' ) ;
8
8
const Tmp = require ( 'tmp' ) ;
9
9
You can’t perform that action at this time.
0 commit comments