Skip to content

Commit

Permalink
feat: utils
Browse files Browse the repository at this point in the history
  • Loading branch information
coltenkrauter committed Sep 30, 2024
1 parent 8d42915 commit c6baed8
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 53 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

MAIN_DIR=./node_modules/@krauters/utils/scripts/pre-commit/
. ./node_modules/@krauters/utils/scripts/pre-commit/index.sh
110 changes: 59 additions & 51 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@krauters/typescript-core",
"description": "A TypeScript Repository that stands as a starting point for all other TypeScript repositories.",
"version": "1.0.0",
"version": "1.1.0",
"main": "app.ts",
"type": "commonjs",
"scripts": {
Expand All @@ -25,13 +25,14 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@krauters/eslint-config": "^0.6.0",
"@krauters/utils": "^0.4.0",
"@types/jest": "^29.5.13",
"husky": "^9.1.6",
"jest": "^29.7.0",
"nodemon": "^3.1.7",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0"
"typescript-eslint": "^8.8.0"
}
}

0 comments on commit c6baed8

Please sign in to comment.