s3-npm-cache
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -66,2 +66,3 @@ var AWS = require('aws-sdk'); | ||
zip.extractAllTo(location, true); | ||
fs.chmodSync(location, 0755); | ||
walk.walkSync(location, function (basedir, filename, stat, next) { | ||
@@ -68,0 +69,0 @@ var perm = stat.isDirectory() ? 0755 : 0644; |
{ | ||
"name": "s3-npm-cache", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Forget lengthy npm install processes in your build pipeline. This script allows your build pipeline to cache your node_modules in S3 if your package.json hasn't changed.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
5829
116