dependable
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -20,3 +20,3 @@ // Generated by CoffeeScript 1.3.3 | ||
var exists, stats; | ||
exists = fs.existsSync(file); | ||
exists = path.existsSync(file); | ||
if (exists) { | ||
@@ -23,0 +23,0 @@ stats = fs.statSync(file); |
{ | ||
"name": "dependable", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "author": "Sean Hess", |
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
17003