cache-point
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -20,6 +20,7 @@ 'use strict'; | ||
} | ||
this.cacheDir = options.cacheDir; | ||
try { | ||
fs.mkdirSync(this.cacheDir); | ||
} catch (err) {} | ||
var mkdirp = require('mkdirp'); | ||
mkdirp.sync(this.cacheDir); | ||
} | ||
@@ -26,0 +27,0 @@ |
{ | ||
"name": "cache-point", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "cache-point", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/75lb/cache-point.git", |
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
14182
274