Comparing version 1.1.1 to 1.1.2
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ // creates a zip file using either the native `zip` command if avaliable, |
{ | ||
"name": "bestzip", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"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", |
@@ -13,3 +13,3 @@ # bestzip | ||
npm install -g bestzip | ||
bestzip source/ [other sources...] destination.zip | ||
bestzip destination.zip source/ [other sources...] | ||
@@ -27,3 +27,3 @@ ## Command line usage within `package.json` scripts | ||
"build" "...", | ||
"zip": "bestzip out/* bundle.zip", | ||
"zip": "bestzip bundle.zip source/*", | ||
"upload": "....", | ||
@@ -30,0 +30,0 @@ "deploy": "npm run build && npm run zip && npm run upload" |
Sorry, the diff of this file is not supported yet
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
6154