mod-build 4.0.0-alpha.20 → 4.0.0-alpha.20b

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": "mod-build",
3
- "version": "4.0.0-alpha.20",
3
+ "version": "4.0.0-alpha.20b",
4
4
  "description": "Share components for S3 sites.",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -45,7 +45,7 @@ function handlebarsX(expression, context) {
45
45
  return result;
46
46
  }
47
47
 
48
- const handlebarsHelpers = [
48
+ export const handlebarsHelpers = [
49
49
  // Run any js line
50
50
  {
51
51
  name: 'x',