@redhat-cloud-services/frontend-components-config-utilities 1.5.30 → 1.5.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redhat-cloud-services/frontend-components-config-utilities",
3
- "version": "1.5.30",
3
+ "version": "1.5.31",
4
4
  "description": "Utilities for shared config used in RedHat Cloud Services project.",
5
5
  "main": "index.js",
6
6
  "publishConfig": {
@@ -24,7 +24,7 @@ const searchIgnoredStyles = (root, ...paths) => {
24
24
  }),
25
25
  {}
26
26
  );
27
- if (Object.keys(result).length !== 0) {
27
+ if (Object.keys(result).length === 0) {
28
28
  logWarning(`No PF CSS assets found!
29
29
  Your application can override PF styling in deployed environments!
30
30
  Please check your build configuration.