From a60006366b4c4396055cd7950b0bcb211ba10607 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Fri, 25 May 2018 11:04:06 -0700 Subject: Use a newer version of node/yarn to speed-up deps instaation --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index f1b3b98fa..f2d4058be 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "async-child-process": "^1.1.1", "coveralls": "^3.0.0", "ganache-cli": "^6.1.0", - "lcov-result-merger": "^2.0.0", + "lcov-result-merger": "^3.0.0", "lerna": "^2.5.1", "npm-run-all": "^4.1.2", "prettier": "^1.11.1", -- cgit