From 4b01317189b91d0b83f90f39db669810181b27b5 Mon Sep 17 00:00:00 2001 From: Kieran Sedgwick Date: Tue, 13 Jan 2015 09:54:03 -0500 Subject: [PATCH] Fixed #321 - Make grunt-git point upstream --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c53a29..dfff873 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "grunt-contrib-jshint": "~0.7.1", "grunt-contrib-uglify": "~0.1.2", "grunt-contrib-watch": "~0.3.1", - "grunt-git": "git://github.com/sedge/grunt-git.git#gitrm", + "grunt-git": "0.3.3", "grunt-npm": "git://github.com/sedge/grunt-npm.git#branchcheck", "grunt-prompt": "^1.1.0", "grunt-shell": "~0.7.0",