Comparing version 1.1.3 to 1.1.4
@@ -64,3 +64,3 @@ // creates a zip file using either the native `zip` command if avaliable, | ||
archive.bulk([ | ||
{expand: true, cwd: source, src: ['**'], dest: zipDest} | ||
{expand: true, cwd: source, src: ['**'], dot: true, dest: zipDest} | ||
]); | ||
@@ -67,0 +67,0 @@ } else if (stats.isFile()) { |
{ | ||
"name": "bestzip", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Uses OS zip command if avaliable (for better performance and speed) or node.js version if there is no system command avaliable. Can be called via node or command line.", | ||
@@ -5,0 +5,0 @@ "main": "lib/bestzip.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
6165