file-archive
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -91,3 +91,3 @@ | ||
} | ||
return [] | ||
return | ||
} | ||
@@ -94,0 +94,0 @@ parts[i] = items[items.length-1] |
{ | ||
"name": "file-archive", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "a fast file archiver writing files in a date based directory hierarchy", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,4 +14,4 @@ # file-archive | ||
const FileArchiver = require("file-archive") | ||
const archive = new FileArchiver("/var/stuff", "map-", "json") | ||
const FileArchive = require("file-archive") | ||
const archive = new FileArchive("/var/stuff", "map-", "json") | ||
@@ -18,0 +18,0 @@ This operation makes no change on disk. |
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
8464