@titanium/tiapp-xml
Advanced tools
Comparing version 0.8.0 to 0.9.0
@@ -29,3 +29,4 @@ #!/usr/bin/env node | ||
const module_id = get(process.env, `npm_package_titanium_platform_${platform}_moduleid`); | ||
// Logic for this will change once PR is merged and into SDK: https://github.com/appcelerator/node-appc/pull/173 | ||
const module_id = get(process.env, `npm_package_titanium_platform_${platform}_moduleid`) || get(process.env, `npm_package_titanium_moduleid`); | ||
@@ -32,0 +33,0 @@ // This is not supported yet but will be once PR is merged and into SDK: https://github.com/appcelerator/node-appc/pull/173 |
{ | ||
"name": "@titanium/tiapp-xml", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "Titanium tiapp.xml parsing and manipulation API - Fork from tonylukasavage", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
36131
626
17