@danielx/civet 0.2.6 → 0.2.7

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/dist/browser.js CHANGED
@@ -3469,7 +3469,8 @@ var Civet = (() => {
3469
3469
  parse,
3470
3470
  compile: function(src, options) {
3471
3471
  return gen(parse(src), options);
3472
- }
3472
+ },
3473
+ generate: gen
3473
3474
  };
3474
3475
  }
3475
3476
  });