@featurepeek/circleci
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"private": false, | ||
"name": "@featurepeek/circleci", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"main": "index.js", | ||
@@ -16,3 +16,3 @@ "bin": { | ||
}, | ||
"gitHead": "a428e11da91ac60caf31c57293b70f418b3d06d1" | ||
"gitHead": "96fbf9463945e60565f94f6fe3b3e9ebb432bee4" | ||
} |
@@ -61,4 +61,4 @@ const fs = require('fs') | ||
// append files from a sub-directory and naming it `artifacts` within the archive | ||
archive.directory(pwd, 'artifacts') | ||
// append files from a sub-directory, putting its contents at the root of archive | ||
archive.directory(pwd, false) | ||
@@ -65,0 +65,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2
23133