File tree Expand file tree Collapse file tree 3 files changed +3
-42
lines changed Expand file tree Collapse file tree 3 files changed +3
-42
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const fs = require('fs')
13
13
, commitToOutput = require ( 'changelog-maker/commit-to-output' )
14
14
, collectCommitLabels = require ( 'changelog-maker/collect-commit-labels' )
15
15
, groupCommits = require ( 'changelog-maker/group-commits' )
16
- , gitexec = require ( './ gitexec' )
16
+ , gitexec = require ( 'gitexec' )
17
17
18
18
, pkgFile = path . join ( process . cwd ( ) , 'package.json' )
19
19
, pkgData = fs . existsSync ( pkgFile ) ? require ( pkgFile ) : { }
@@ -151,4 +151,4 @@ if (require.main === module) {
151
151
152
152
printCommits ( list , simple )
153
153
} )
154
- }
154
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 14
14
"changelog-maker" : " ~1.8.2" ,
15
15
"commit-stream" : " ~1.0.1" ,
16
16
"deep-equal" : " ~1.0.0" ,
17
+ "gitexec" : " ~1.0.0" ,
17
18
"list-stream" : " ~1.0.0" ,
18
19
"map-async" : " ~0.1.1" ,
19
20
"minimist" : " ~1.1.1" ,
You can’t perform that action at this time.
0 commit comments