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 3f2d3bc
Show file tree
Hide file tree
Showing 22 changed files with 353 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
190 changes: 190 additions & 0 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 2 additions & 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 Expand Up @@ -48,6 +48,7 @@
"eslint-plugin-jsdoc": "^37.9.4",
"mocha": "^10.1.0",
"prettier": "^2.5.1",
"ts-node": "^10.9.1",
"typescript": "=5.0.4"
},
"packageManager": "[email protected]"
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';
Loading

0 comments on commit 3f2d3bc

Please sign in to comment.