@titanium/tiapp-xml
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -9,4 +9,4 @@ #!/usr/bin/env node | ||
tiappDir(__dirname).then(rootPath => { | ||
console.log(rootPath); | ||
console.log('Adding module ' + args[0] + ' to ' + path.join(rootPath, 'tiapp.xml')); | ||
var tiapp = require('../lib/tiapp-xml').load(path.join(rootPath, 'tiapp.xml')); | ||
@@ -13,0 +13,0 @@ |
@@ -9,4 +9,4 @@ #!/usr/bin/env node | ||
tiappDir(__dirname).then(rootPath => { | ||
console.log(rootPath); | ||
console.log('Removing module ' + args[0] + ' from ' + path.join(rootPath, 'tiapp.xml')); | ||
var tiapp = require('../lib/tiapp-xml').load(path.join(rootPath, 'tiapp.xml')); | ||
@@ -13,0 +13,0 @@ |
{ | ||
"name": "@titanium/tiapp-xml", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Titanium tiapp.xml parsing and manipulation API - Fork from tonylukasavage", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
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
31545