From 3278ef108941151ab74fcb6a4e7f852fa960bb38 Mon Sep 17 00:00:00 2001 From: michaelfarrell76 Date: Mon, 16 Oct 2023 23:03:53 -0700 Subject: [PATCH] pkg --- .github/workflows/ci.yml | 3 ++- package.json | 2 +- src/index.ts | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba88604..155d7c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} + - run: yarn install - run: yarn test run-depcheck: @@ -46,7 +47,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: 14.x - - run: yarn pnpify depcheck + - run: yarn depcheck run-pre-commits: runs-on: ubuntu-latest 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';