aws-deploy-script-fe
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "aws-deploy-script-fe", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "AWS script for deploying your frontend applications.", | ||
@@ -5,0 +5,0 @@ "main": "./script/s3.js", |
@@ -51,3 +51,3 @@ #!/usr/bin/env node | ||
console.log("Successfully uploaded", file); | ||
resolve(file); | ||
return resolve(file); | ||
} | ||
@@ -54,0 +54,0 @@ ); |
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
19529