update pkgcloud and use version 2.x

This commit is contained in:
Anis 2019-05-14 10:33:15 +02:00
parent a3c8509adf
commit 1dc5a4dc81
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "loopback-component-storage",
"description": "Loopback Storage Service",
"engines": {
"node": ">=6"
"node": ">=8"
},
"version": "3.6.0",
"main": "index.js",
@ -15,7 +15,7 @@
"async": "^2.6.1",
"debug": "^3.1.0",
"formidable": "^1.2.1",
"pkgcloud": "^1.5.0",
"pkgcloud": "^2.0.0",
"strong-globalize": "^4.1.1",
"uuid": "^3.2.1"
},