@titanium/tiapp-xml
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -10,2 +10,6 @@ #!/usr/bin/env node | ||
if (!rootPath) { | ||
console.error('Could not find tiapp.xml in directory tree: ' + __dirname); | ||
process.exit(1); | ||
} | ||
console.log('Adding module ' + args[0] + ' to ' + path.join(rootPath, 'tiapp.xml')); | ||
@@ -12,0 +16,0 @@ var tiapp = require('../lib/tiapp-xml').load(path.join(rootPath, 'tiapp.xml')); |
@@ -10,2 +10,6 @@ #!/usr/bin/env node | ||
if (!rootPath) { | ||
console.error('Could not find tiapp.xml in directory tree: ' + __dirname); | ||
process.exit(1); | ||
} | ||
console.log('Removing module ' + args[0] + ' from ' + path.join(rootPath, 'tiapp.xml')); | ||
@@ -12,0 +16,0 @@ var tiapp = require('../lib/tiapp-xml').load(path.join(rootPath, 'tiapp.xml')); |
{ | ||
"name": "@titanium/tiapp-xml", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Titanium tiapp.xml parsing and manipulation API - Fork from tonylukasavage", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
31787
519