From 7375cc886845e2fb72ecda98e66b936936072954 Mon Sep 17 00:00:00 2001 From: michaelfarrell76 Date: Mon, 16 Oct 2023 23:03:53 -0700 Subject: [PATCH] pkg --- package.json | 2 +- src/index.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 45d12c2..d133de6 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": "0.0.0", + "version": "1.0.0", "homepage": "https://github.com/transcend-io/handlebars-utils", "repository": { "type": "git", diff --git a/src/index.ts b/src/index.ts index 33cd3ae..2cf9aef 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1,2 @@ export * from './change-case'; +export * from './createHandlebars';