diff --git a/package.json b/package.json index d2b65a2..24e358b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Transcend Inc.", "name": "@transcend-io/handlebars-utils", "description": "Utility functions for handlebars templating with Transcend - available in node and client side.", - "version": "1.0.0", + "version": "1.0.1", "homepage": "https://github.com/transcend-io/handlebars-utils", "repository": { "type": "git", diff --git a/src/createHandlebars.ts b/src/createHandlebars.ts index fd61a1c..0410d70 100644 --- a/src/createHandlebars.ts +++ b/src/createHandlebars.ts @@ -5,6 +5,7 @@ import { ObjByString } from '@transcend-io/type-utils'; import { cases } from './change-case'; // TODO: https://transcend.height.app/T-30349 - de-duplicate this with cli and node-util +export { Handlebars }; /** * Input for creating a handlebars instance