hd-app-scripts
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -26,5 +26,5 @@ "use strict"; | ||
// Write the new version to the app.json file | ||
fs.writeFileSync(path.join(__dirname, '..', 'app.json'), JSON.stringify(app, null, 2)); | ||
fs.writeFileSync(appJsonPath, JSON.stringify(app, null, 2)); | ||
console.log('Version updated to: ', getBuildNumber()); | ||
} | ||
exports.default = prebuild; |
{ | ||
"name": "hd-app-scripts", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"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
7162