@titanium/tiapp-xml
Advanced tools
Comparing version 0.9.2 to 0.9.3
@@ -15,3 +15,3 @@ #!/usr/bin/env node | ||
console.log('Adding module ' + args[0] + ' to ' + path.join(rootPath, 'tiapp.xml')); | ||
var tiapp = require('../lib/tiapp-xml').load(path.join(rootPath, 'tiapp.xml')); | ||
var tiapp = require('..').load(path.join(rootPath, 'tiapp.xml')); | ||
@@ -18,0 +18,0 @@ switch (args.length) { |
@@ -22,3 +22,3 @@ #!/usr/bin/env node | ||
const tiapp = require('../tiapp-xml').load(path.join(root, 'tiapp.xml')); | ||
const tiapp = require('..').load(path.join(root, 'tiapp.xml')); | ||
@@ -25,0 +25,0 @@ if (!args.length && process.env.npm_package_name) { |
@@ -15,3 +15,3 @@ #!/usr/bin/env node | ||
console.log(`Removing module ${args[0]} from ${path.join(rootPath, 'tiapp.xml')}`); | ||
const tiapp = require('../tiapp-xml').load(path.join(rootPath, 'tiapp.xml')); | ||
const tiapp = require('..').load(path.join(rootPath, 'tiapp.xml')); | ||
@@ -18,0 +18,0 @@ switch (args.length) { |
@@ -22,3 +22,3 @@ #!/usr/bin/env node | ||
const tiapp = require('../lib/tiapp-xml').load(path.join(root, 'tiapp.xml')); | ||
const tiapp = require('..').load(path.join(root, 'tiapp.xml')); | ||
@@ -25,0 +25,0 @@ if (!args.length && process.env.npm_package_name) { |
{ | ||
"name": "@titanium/tiapp-xml", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "Titanium tiapp.xml parsing and manipulation API - Fork from tonylukasavage", | ||
@@ -47,3 +47,3 @@ "license": "MIT", | ||
"@geek/eslint-config": "0.0.8", | ||
"eslint": "^6.1.0", | ||
"eslint": "^6.3.0", | ||
"should": "~3.3.0" | ||
@@ -50,0 +50,0 @@ }, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
36416
13