1
0
peilaus alkaen https://github.com/therootcompany/s3.js.git synced 2024-11-16 17:09:00 +00:00

v1.0.3: add bin

This commit is contained in:
AJ ONeal 2020-03-16 20:38:50 -06:00
vanhempi 9a22677b4b
commit d26ab16475
2 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa

2
bin/s3-download.js Normal file → Executable file
Näytä tiedosto

@ -1,3 +1,5 @@
#!/usr/bin/env node
'use strict';
require('dotenv').config();

Näytä tiedosto

@ -3,6 +3,9 @@
"version": "1.0.3",
"description": "A simple, lightweight s3 client with only 2 dependencies",
"main": "index.js",
"bin": {
"s3-download": "bin/s3-download.js"
},
"files": [
"lib"
],