mod-build 3.6.1--beta.11 → 3.6.1--beta.13

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.
@@ -12,9 +12,9 @@ module.exports = function(gulp, gulpPlugins, siteSettings, siteData) {
12
12
  var qsFooterData = require('../src/data/components/qs-footer.js');
13
13
  var quoteFooterData = require('../src/data/components/quote-footer.js');
14
14
 
15
- var makeSeasonalUpdates = require('../src/scripts/components/make-seasonal-updates.js');
15
+ var { makeSeasonalUpdates } = require('../src/scripts/components/make-seasonal-updates.js');
16
16
 
17
- var templatesData = Object.assign(commonData(), qsFooterData(siteData), quoteFooterData(siteData), siteData, makeSeasonalUpdates, { isLocal, nodeEnv, assetsPath, buildPath });
17
+ var templatesData = Object.assign(commonData(), qsFooterData(siteData), quoteFooterData(siteData), siteData, { isLocal, nodeEnv, assetsPath, buildPath, makeSeasonalUpdates });
18
18
 
19
19
  // This is helper function to evaluate JS expressions
20
20
  // in Handlebars, e.g. for conditions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-build",
3
- "version": "3.6.1--beta.11",
3
+ "version": "3.6.1--beta.13",
4
4
  "description": "Share components for S3 sites.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"