From 277d7aa0012c53148633515eff4a708402d23c60 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Wed, 26 Mar 2014 19:11:01 -0600 Subject: [PATCH] chore(build): make changelog generator use correct repo url --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index b9e794cdb74..995d3aa8352 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -141,7 +141,7 @@ gulp.task('watch', ['bundle'], function() { gulp.task('changelog', function(done) { changelog({ - repository: pkg.repository.url, + repository: 'https://github.com/driftyco/ionic', version: pkg.version, }, function(err, data) { if (err) return done(err);