@alexbainter/s3-sync
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -7,2 +7,3 @@ 'use strict'; | ||
const createCloudFront = require('./create-cloud-front'); | ||
const downloadFile = require('./pull/download-file'); | ||
@@ -14,2 +15,3 @@ module.exports = { | ||
createCloudFront, | ||
downloadFile, | ||
}; |
{ | ||
"name": "@alexbainter/s3-sync", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"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
25679
690