Skip to content

Commit

Permalink
pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfarrell76 committed Oct 17, 2023
1 parent 526e26f commit 3278ef1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test

run-depcheck:
Expand All @@ -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
Expand Down
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": "0.0.0",
"version": "1.0.0",
"homepage": "https://github.com/transcend-io/handlebars-utils",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './change-case';
export * from './createHandlebars';

0 comments on commit 3278ef1

Please sign in to comment.