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",