@luigi-project/client
Advanced tools
Comparing version 1.12.0 to 1.12.1-dev.202103252158
@@ -39,7 +39,3 @@ /** | ||
}; | ||
if ( | ||
this.luigiConfig && | ||
this.luigiConfig.styleSources && | ||
this.luigiConfig.styleSources.length > 0 | ||
) { | ||
if (this.luigiConfig && this.luigiConfig.styleSources && this.luigiConfig.styleSources.length > 0) { | ||
let nr_styles = this.luigiConfig.styleSources.length; | ||
@@ -154,7 +150,3 @@ const loadStylesSync = this.luigiConfig.loadStylesSync; | ||
html += el; | ||
if ( | ||
index < keys.length && | ||
keys[index] !== undefined && | ||
keys[index] !== null | ||
) { | ||
if (index < keys.length && keys[index] !== undefined && keys[index] !== null) { | ||
html += keys[index]; | ||
@@ -161,0 +153,0 @@ } |
{ | ||
"name": "@luigi-project/client", | ||
"version": "1.12.0", | ||
"version": "1.12.1-dev.202103252158", | ||
"description": "Javascript library supporting consumers of the Luigi framework", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
142633
864
2