better-base-template
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -173,2 +173,3 @@ module.exports = { | ||
], | ||
tfLineHeightBreakpoints: false, | ||
tfEnableTransform: true, | ||
@@ -175,0 +176,0 @@ tfTransforms: [ |
@@ -8,3 +8,3 @@ 'use strict'; | ||
init: (options) => { | ||
parser.options = Object.assign({}, options, config.options); | ||
parser.options = Object.assign({}, config.options, options); | ||
@@ -11,0 +11,0 @@ parser.parseConfig.variables(); |
{ | ||
"name": "better-base-template", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "An awesome base-template generator!", | ||
@@ -5,0 +5,0 @@ "main": "./src/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
35016
269