From eca1d3cec6a6d5fc77a4fd2a20778f4549996cf0 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Wed, 12 Feb 2014 11:37:45 -0500 Subject: [PATCH] chore(gruntfile): remove changelog option, add repository to package.json instead --- Gruntfile.js | 6 ------ package.json | 3 +++ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index d457cdeed2..e838de7ac5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -50,12 +50,6 @@ module.exports = function(grunt) { } }, - changelog: { - options: { - repository: 'https://github.com/driftyco/ionic' - } - }, - version: { dist: { dest: 'dist/version.json' diff --git a/package.json b/package.json index b0f8fc4001..134f8d2135 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "private": false, "version": "0.9.25-alpha", "codename": "quitzal", + "repository": { + "url": "git://github.com/driftyco/ionic.git" + }, "devDependencies": { "grunt": "~0.4.1", "grunt-bump": "0.0.13",