From 5dd7570082b172a49c44feaf56e2ea9fe224e799 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Thu, 23 Jan 2020 11:28:21 +0000 Subject: [PATCH] fix: downgrade to ky 15 (#22) 16 has https://github.com/sindresorhus/ky/issues/209 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 973e205..3c025c7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "fs-extra": "^8.1.0", "is-electron": "^2.2.0", "it-glob": "0.0.7", - "ky": "^0.16.1", + "ky": "^0.15.0", "ky-universal": "^0.3.0", "stream-to-it": "^0.2.0" },