From 2d43208bf69edee28cc48919f4b8cfcbdefa839d Mon Sep 17 00:00:00 2001 From: Benjamin Pannell Date: Mon, 18 May 2015 10:07:55 +0200 Subject: [PATCH] Removed explicit repository information --- Gruntfile.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index a03a61f..89e9f62 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -76,10 +76,7 @@ module.exports = function (grunt) { tagName: "v<%= version %>", commitMessage: "v<%= version %>", beforeBump: ["clean"], - beforeRelease: ["ts:release"], - github: { - repo: "SierraSoftworks/Iridium" - } + beforeRelease: ["ts:release"] } } });