From ea7b701360d4c0698d517cb8dff9fb6272e8bc87 Mon Sep 17 00:00:00 2001 From: Michael Farrell Date: Tue, 17 Oct 2023 11:52:32 -0700 Subject: [PATCH] Handelbars export (#3) --- package.json | 2 +- src/createHandlebars.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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