@titanium/tiapp-xml
Advanced tools
Comparing version 0.7.2 to 0.8.0
@@ -30,4 +30,6 @@ #!/usr/bin/env node | ||
const module_id = get(process.env, `npm_package_titanium_platform_${platform}_moduleid`); | ||
const module_version = get(process.env, `npm_package_titanium_platform_${platform}_version`); | ||
// This is not supported yet but will be once PR is merged and into SDK: https://github.com/appcelerator/node-appc/pull/173 | ||
// const module_version = get(process.env, `npm_package_titanium_platform_${platform}_version`) || get(process.env, `npm_package_titanium_version`) || get(process.env, `npm_package_version`); | ||
const module_version = get(process.env, `npm_package_version`); // using this temporarily as this is the method 8.1.0 SDK currently uses. | ||
removeModule(module_id, platform); | ||
@@ -34,0 +36,0 @@ addModule(module_id, platform, module_version); |
{ | ||
"name": "@titanium/tiapp-xml", | ||
"version": "0.7.2", | ||
"version": "0.8.0", | ||
"description": "Titanium tiapp.xml parsing and manipulation API - Fork from tonylukasavage", | ||
@@ -25,3 +25,3 @@ "license": "MIT", | ||
"test:uninstall-all": "./cli/remove-module.js my.test.module", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "npm install --ignore-scripts && npm run list-files" | ||
}, | ||
@@ -47,3 +47,3 @@ "bin": { | ||
"devDependencies": { | ||
"@geek/eslint-config": "0.0.7", | ||
"@geek/eslint-config": "0.0.8", | ||
"eslint": "^6.1.0", | ||
@@ -53,3 +53,3 @@ "should": "~3.3.0" | ||
"engines": { | ||
"node": ">=0.10" | ||
"node": ">=8.0" | ||
}, | ||
@@ -56,0 +56,0 @@ "keywords": [ |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
35962
625
1