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';