mirror of https://github.com/therootcompany/s3.js
chore: rename index.js => s3.js and update package.json deps
This commit is contained in:
parent
efdfabb9a4
commit
2ba16dd668
|
@ -5,9 +5,9 @@
|
|||
"requires": true,
|
||||
"dependencies": {
|
||||
"@root/request": {
|
||||
"version": "1.7.0",
|
||||
"resolved": "https://registry.npmjs.org/@root/request/-/request-1.7.0.tgz",
|
||||
"integrity": "sha512-lre7XVeEwszgyrayWWb/kRn5fuJfa+n0Nh+rflM9E+EpC28yIYA+FPm/OL1uhzp3TxhQM0HFN4FE2RDIPGlnmg=="
|
||||
"version": "1.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@root/request/-/request-1.8.0.tgz",
|
||||
"integrity": "sha512-HufCvoTwqR30OyKSjwg28W5QCUpypSJZpOYcJbC9PME5kI6cOYsccYs/6bXfsuEoarz8+YwBDrsuM1UdBMxMLw=="
|
||||
},
|
||||
"aws4": {
|
||||
"version": "1.9.1",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@root/s3",
|
||||
"version": "1.2.0",
|
||||
"description": "A simple, lightweight s3 client with only 2 dependencies",
|
||||
"main": "index.js",
|
||||
"main": "s3.js",
|
||||
"bin": {
|
||||
"s3-download": "bin/s3-download.js"
|
||||
},
|
||||
|
@ -28,7 +28,7 @@
|
|||
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||||
"license": "(MIT OR Apache-2.0)",
|
||||
"dependencies": {
|
||||
"@root/request": "^1.7.0",
|
||||
"@root/request": "^1.8.0",
|
||||
"aws4": "^1.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in New Issue