isomorphic-localstorage
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -13,3 +13,3 @@ "use strict"; | ||
if (typeof error.code !== "undefined" && error.code === "ENOENT") { | ||
fs.chmodSync(location, 0o644) | ||
fs.chmodSync(location, 0o755) | ||
storage = new LocalStorage(location); | ||
@@ -16,0 +16,0 @@ } else { |
{ | ||
"name": "isomorphic-localstorage", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"main": "node.js", | ||
@@ -5,0 +5,0 @@ "browser": "browser.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