@mappable-world/mappable-cli
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -64,3 +64,3 @@ "use strict"; | ||
}; | ||
if (!fs.existsSync(packageFile) || !fs.statSync(packageFile).isFile()) { | ||
if (fs.existsSync(packageFile) && fs.statSync(packageFile).isFile()) { | ||
Object.assign(pkg, JSON.parse(fs.readFileSync(packageFile, 'utf8'))); | ||
@@ -67,0 +67,0 @@ } |
{ | ||
"name": "@mappable-world/mappable-cli", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "Library for encapsulating the logic of autotests and building packages mappable.world js API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.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
57307