From 3516cf642db2401e8c356cf4b361663ae0b819ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20A=2E=20Zapata=20H=C3=A4ntsch?= Date: Tue, 9 Jul 2019 03:11:21 -0300 Subject: [PATCH] Upgrade pkgcloud version This upgrade fix the bug uploading files to google cloud storage. This change solves the problem explained in issue #273. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53fca87..6c5bb49 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "async": "^2.6.1", "debug": "^3.1.0", "formidable": "^1.2.1", - "pkgcloud": "^2.0.0", + "pkgcloud": "^2.1.1", "strong-globalize": "^4.1.1", "uuid": "^3.2.1" },