Comparing version 0.5.21 to 0.5.22
@@ -31,3 +31,3 @@ var fs = require("fs"); | ||
if (os.platform === "win32") { | ||
if (os.platform() === "win32") { | ||
copy_command = "ROBOCOPY " + source_path + " " + destination_path + " *.* /E"; | ||
@@ -34,0 +34,0 @@ } else { |
@@ -15,3 +15,3 @@ { | ||
], | ||
"version": "0.5.21", | ||
"version": "0.5.22", | ||
"homepage": "https://github.com/laktek/punch", | ||
@@ -18,0 +18,0 @@ "author": "Lakshan Perera <lakshan@web2media.net> (http://laktek.com)", |
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
1016335