File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11'use strict' ;
22
3- var githubReleaseNotes = require ( './lib/github-release-notes ' ) ;
3+ var githubReleaseNotes = require ( './lib/index ' ) ;
44githubReleaseNotes . init ( ) ;
Original file line number Diff line number Diff line change 22 "name" : " github-release-notes" ,
33 "version" : " 0.1.0" ,
44 "description" : " Node module to publish release notes based on commits between the last two tags." ,
5- "main" : " ./lib/github-release-notes .js" ,
5+ "main" : " ./lib/index .js" ,
66 "scripts" : {
77 "start" : " node github-release-notes.js" ,
88 "test" : " echo \" Error: no test specified\" && exit 1"
Original file line number Diff line number Diff line change @@ -215,4 +215,6 @@ githubReleaseNotes.prototype.init = function() {
215215 } ) ;
216216} ;
217217
218+ githubReleaseNotes . init ( ) ;
219+
218220module . exports = githubReleaseNotes ;
You can’t perform that action at this time.
0 commit comments