Merge pull request #271 from rachedanis/update-pkgcloud-version

update pkgcloud and use version 2.x
This commit is contained in:
Diana Lau 2019-05-23 15:51:31 -04:00 committed by GitHub
commit d2352bdc4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
},