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
(21a56b8241/spec/git-repository-spec.coffee (L34)).

/cc: @damieng

Signed-off-by: Nathan Sobo <nathan@github.com>
This commit is contained in:
Antonio Scandurra 2016-12-12 17:11:02 +01:00 committed by Nathan Sobo
parent 21a56b8241
commit a17cf6e822

View File

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