From ce075443b6fb098eb658d1c5d00c7ad871a7ef84 Mon Sep 17 00:00:00 2001 From: Irakli Gozalishvili Date: Thu, 10 Dec 2020 01:10:44 -0800 Subject: [PATCH] chore: use aegir with ts 4.1.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 487a1d11..d732966a 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "devDependencies": { "@nodeutils/defaults-deep": "^1.1.0", "abortable-iterator": "^3.0.0", - "aegir": "^29.2.0", + "aegir": "git://github.com/ipfs/aegir#feat/ts-4.1.x", "chai-bytes": "^0.1.2", "chai-string": "^1.5.0", "delay": "^4.3.0",