Skip to content

Commit

Permalink
Handelbars export (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfarrell76 authored Oct 17, 2023
1 parent cb5dc2d commit ea7b701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/createHandlebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea7b701

Please sign in to comment.