cmacc-compiler
Advanced tools
Comparing version 2.1.3 to 2.1.4
{ | ||
"name": "cmacc-compiler", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Cmacc Compiler", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -26,3 +26,3 @@ const find = require('./find'); | ||
const split = x.data.split('.'); | ||
const res = split.slice(0, split.length - 1).join('.') + '.' + variable; | ||
const res = split.slice(0, split.length - 1).concat(variable).join('.'); | ||
return `{{${res}}}`; | ||
@@ -29,0 +29,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