From a17cf6e822ab4cc2008f95572b033a8367c14e1c Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Mon, 12 Dec 2016 17:11:02 +0100 Subject: [PATCH] Lock git-utils version to 4.1.2 Using a weaker version constraint was causing npm to install version 4.1.4 of this module and, as a result, broke some specs (https://github.com/atom/atom/blob/21a56b82412ad79954df42d5886c36a119e09276/spec/git-repository-spec.coffee#L34). /cc: @damieng Signed-off-by: Nathan Sobo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0247feef9..aafc34149 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "fs-plus": "2.9.2", "fstream": "0.1.24", "fuzzaldrin": "^2.1", - "git-utils": "^4.1.2", + "git-utils": "4.1.2", "glob": "^7.1.1", "grim": "1.5.0", "jasmine-json": "~0.0",