v1.0.3: add bin

このコミットが含まれているのは:
AJ ONeal 2020-03-16 20:38:50 -06:00
コミット d26ab16475
2個のファイルの変更5行の追加0行の削除

2
bin/s3-download.js ノーマルファイル → 実行可能ファイル
ファイルの表示

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

ファイルの表示

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