@talend/i18n-scripts
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -154,3 +154,3 @@ const fs = require('fs'); | ||
.filter(({parent}) => parent && parent.artifactId == pom.artifactId) | ||
.map(({modulePath}) => modulePath) | ||
.map(({modulePath}) => path.relative(pom.modulePath, modulePath)) | ||
); | ||
@@ -157,0 +157,0 @@ } |
{ | ||
"name": "@talend/i18n-scripts", | ||
"description": "Set of scripts to ease i18n workflow", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"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
112880