hd-app-scripts
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -7,3 +7,4 @@ "use strict"; | ||
// Read file ../app.json | ||
const appJsonPath = path.resolve(__dirname, '/app.json'); | ||
const appJsonPath = path.resolve(__dirname, './app.json'); | ||
console.log('appJsonPath', appJsonPath); | ||
if (!fs.existsSync(appJsonPath)) { | ||
@@ -10,0 +11,0 @@ console.error('app.json not found'); |
{ | ||
"name": "hd-app-scripts", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
7189
141