s3-npm-cache
Advanced tools
Comparing version 0.0.6 to 0.0.7
#!/usr/bin/env node | ||
var s3BucketName = process.argv[1], | ||
packageJsonFileLocation = (process.argv[2] ? process.cwd() + process.argv[2] : undefined) || process.cwd(), | ||
var s3BucketName = process.argv[2], | ||
packageJsonFileLocation = (process.argv[3] ? process.cwd() + process.argv[3] : undefined) || process.cwd(), | ||
s3NpmCache = require('../s3-npm-cache'); | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "s3-npm-cache", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"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