From 8a5621b34033d69a6f63ef1bcee1b57310ed7b43 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Mon, 21 Aug 2017 09:21:31 +0200 Subject: [PATCH] lock yggdrasil until issue with 1.1.0 is fixed --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77205f4..c267391 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ "protodef": "^1.5.1", "readable-stream": "^2.0.5", "uuid-1345": "^0.99.6", - "yggdrasil": "^1.0.0" + "yggdrasil": "1.0.0" } }