mod-build 3.7.20-beta.1 → 3.7.20-beta.2

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.
@@ -237,7 +237,7 @@ module.exports = function(gulp, gulpPlugins, siteSettings, siteData) {
237
237
  name: 'addTcpaBelowCta',
238
238
  fn: function(page) {
239
239
  const trade = page.primary_trade.toUpperCase();
240
- return trade !== 'SOLAR' || trade !== 'HOME_SECURITY' || !page.isBranded;
240
+ return trade !== 'SOLAR' && trade !== 'HOME_SECURITY' && !page.isBranded;
241
241
  }
242
242
  }
243
243
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-build",
3
- "version": "3.7.20-beta.1",
3
+ "version": "3.7.20-beta.2",
4
4
  "description": "Share components for S3 sites.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",