File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11'use strict' ;
22
3- const SimpleGit = require ( 'simple-git/promise ' ) ;
3+ const SimpleGit = require ( 'simple-git' ) ;
44
55/* $lab:coverage:off$ */
66// this is wrapped primarily to be able to stub it
Original file line number Diff line number Diff line change 4343 "js-yaml" : " ^3.13.1" ,
4444 "minimist" : " ^1.2.5" ,
4545 "pacote" : " ^11.1.0" ,
46- "simple-git" : " 2.13.1" ,
46+ "simple-git" : " ^ 2.13.1" ,
4747 "tmp" : " ^0.2.0"
4848 }
4949}
Original file line number Diff line number Diff line change 33const Fs = require ( 'fs' ) ;
44const Nock = require ( 'nock' ) ;
55const Path = require ( 'path' ) ;
6- const SimpleGit = require ( 'simple-git/promise ' ) ;
6+ const SimpleGit = require ( 'simple-git' ) ;
77const Sinon = require ( 'sinon' ) ;
88const Tmp = require ( 'tmp' ) ;
99
You can’t perform that action at this time.
0 commit comments