Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "zip-local", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "zipping/uzipping local files and directories in one statement", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -10,3 +10,3 @@ # zip-local | ||
So I wrote this to provide something free of three problems! | ||
So I wrote this to provide something free of the three problems! | ||
@@ -104,3 +104,3 @@ ## Installation | ||
// prints [ 'hello-world.txt', 'cpp/hello-world.cpp', 'java/hello-world.java' ] | ||
// prints ['hello-world.txt', 'cpp/hello-world.cpp', 'java/hello-world.java'] | ||
console.log(unzippedfs.contents()); | ||
@@ -107,0 +107,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
39049