From b44065d29dd13b61bbc346b7831dea4d718fbe47 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Wed, 12 Feb 2014 11:34:22 -0500 Subject: [PATCH] chore(gruntfile): add changelog.options.repository --- Gruntfile.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index e838de7ac5..d457cdeed2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -50,6 +50,12 @@ module.exports = function(grunt) { } }, + changelog: { + options: { + repository: 'https://github.com/driftyco/ionic' + } + }, + version: { dist: { dest: 'dist/version.json'