Comparing version 2.1.0 to 2.2.0
@@ -445,2 +445,5 @@ (function() { | ||
return fsPlus.caseInsensitiveFs; | ||
}, | ||
isCaseSensitive: function() { | ||
return !fsPlus.isCaseInsensitive(); | ||
} | ||
@@ -447,0 +450,0 @@ }; |
{ | ||
"name": "fs-plus", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "node's fs with more helpers", | ||
@@ -5,0 +5,0 @@ "main": "./lib/fs-plus.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
18182
468