mod-build 3.5.1--beta.25 → 3.5.1--beta.26

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.
@@ -122,7 +122,7 @@ module.exports = function(gulp, gulpPlugins, siteSettings, siteData) {
122
122
  siteSettings.srcFolder + '/' + siteSettings.templatesSubfolder + '/**/*.html',
123
123
  '!' + siteSettings.srcFolder + '/' + siteSettings.templatesSubfolder + '/_partials/**/*.html'
124
124
  ])
125
- .pipe(gulpPlugins.handlebarsFileInclude(templatesData, {
125
+ .pipe(modHandlebarsFileInclude(templatesData, {
126
126
  maxRecursion: 125,
127
127
  handlebarsHelpers: handlebarsHelpers
128
128
  }))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-build",
3
- "version": "3.5.1--beta.25",
3
+ "version": "3.5.1--beta.26",
4
4
  "description": "Share components for S3 sites.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -50,7 +50,7 @@
50
50
  "imagemin-webp": "^5.1.0",
51
51
  "jquery": "^3.2.1",
52
52
  "lodash": "^4.17.15",
53
- "mod-handlebars-file-include": "^1.0.1",
53
+ "mod-handlebars-file-include": "1.0.1--beta.1",
54
54
  "nouislider": "^10.1.0",
55
55
  "request": "^2.88.0",
56
56
  "run-sequence": "^2.2.1",