creature-features
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -36,3 +36,3 @@ 'use strict'; | ||
featuresFiles.push(baseFeatures); | ||
if (typeof featuresFile === 'string' && exists.sync(featuresFile)) { | ||
if (typeof featuresFile === 'string' && exists(featuresFile)) { | ||
featuresFiles.push(featuresFile); | ||
@@ -39,0 +39,0 @@ } |
{ | ||
"name": "creature-features", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Feature flags for node.js", | ||
@@ -42,4 +42,4 @@ "main": "index.js", | ||
"end-with": "^1.0.2", | ||
"file-exists": "^3.0.1" | ||
"file-exists": "^2.0.0" | ||
} | ||
} |
@@ -27,3 +27,3 @@ const path = require('path'); | ||
featuresFiles.push(baseFeatures); | ||
if (typeof featuresFile === 'string' && exists.sync(featuresFile)) { | ||
if (typeof featuresFile === 'string' && exists(featuresFile)) { | ||
featuresFiles.push(featuresFile); | ||
@@ -30,0 +30,0 @@ } |
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
10692
+ Addedfile-exists@2.0.0(transitive)
- Removedfile-exists@3.0.2(transitive)
Updatedfile-exists@^2.0.0