From 0edff30db63a179390e7bf059cf2484df434035a Mon Sep 17 00:00:00 2001 From: Diogo Silva Date: Mon, 16 Apr 2018 16:37:30 +0100 Subject: [PATCH] fix: lock stable dep This PR locks the stable dependecy to a working version, as the latest one breaks all the browser tests. Fixes #65. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49f8623..d719554 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "protons": "^1.0.1", "pull-stream": "^3.6.7", "pull-traverse": "^1.0.3", - "stable": "~0.1.6" + "stable": "0.1.6" }, "devDependencies": { "aegir": "^13.0.6",