@alexbainter/s3-sync
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -8,3 +8,4 @@ 'use strict'; | ||
glob( | ||
`${distDir}${distDir.endsWith('/') ? '' : '/'}**/*.*`, | ||
`${distDir}${distDir.endsWith('/') ? '' : '/'}**/*`, | ||
{ nodir: true }, | ||
(err, files) => { | ||
@@ -11,0 +12,0 @@ if (err) { |
{ | ||
"name": "@alexbainter/s3-sync", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Transfer files to and from S3", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19269
469