Skip to content

Commit

Permalink
Removed explicit repository information
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed May 18, 2015
1 parent e6c4dc3 commit 2d43208
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}
});
Expand Down

0 comments on commit 2d43208

Please sign in to comment.