From 36c83d3bc07130d0aa46d3393b0291abcb07a26d Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Wed, 18 Jul 2018 16:31:14 +0200 Subject: [PATCH] fix: make AEgir upgrade smoother With the change from `pre-push` to `git-validate` there was an issue when you were removing `node_modules` before upgrading to AEgir 15.0.0. (see https://github.com/ipfs/js-ipfs/issues/1444 for more). On the most recent version of git-validate that issue was fixed. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3d485d39..d807b61a1 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "findup-sync": "^2.0.0", "fs-extra": "^4.0.3", "gh-pages": "^1.1.0", - "git-validate": "^2.2.2", + "git-validate": "^2.2.4", "glob": "^7.1.2", "joi": "^13.0.2", "json-loader": "~0.5.7",