Upgrade pkgcloud version

This upgrade fix the bug uploading files to google cloud storage.
This change solves the problem explained in issue #273.
This commit is contained in:
Diego A. Zapata Häntsch 2019-07-09 03:11:21 -03:00 committed by Diego Zapata
parent 609b63c474
commit 3516cf642d
1 changed files with 1 additions and 1 deletions

View File

@ -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"
},