@talend/i18n-scripts
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -80,3 +80,3 @@ const fs = require('fs'); | ||
const cwd = process.cwd(); | ||
const { localesRepoPath, originalGithubUrl } = options; | ||
const { localesRepoPath, originalGithubUrl, repository } = options; | ||
const nextVersion = getNextVersion(options); | ||
@@ -143,3 +143,5 @@ let rootPom; | ||
artifactId: `${artifactId}-locales`, | ||
repository: distributionManagement && distributionManagement.repository, | ||
repository: | ||
(distributionManagement && distributionManagement.repository) || | ||
(isRootPom && repository), | ||
parent: !isRootPom && parent && { ...parent, artifactId: `${parent.artifactId}-locales` }, | ||
@@ -146,0 +148,0 @@ githubUrl, |
{ | ||
"name": "@talend/i18n-scripts", | ||
"description": "Set of scripts to ease i18n workflow", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
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
112530
1458