Skip to content

Commit 30847ed

Browse files
committed
feat: utils
1 parent 8d42915 commit 30847ed

File tree

3 files changed

+71
-53
lines changed

3 files changed

+71
-53
lines changed

.husky/pre-commit

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/sh
2+
3+
MAIN_DIR=./node_modules/@krauters/utils/scripts/pre-commit
4+
. $MAIN_DIR/index.sh
5+
. "$MAIN_DIR/log.sh"
6+
7+
error 'TEST'
8+
log 'TEST'
9+
log 'TEST'

package-lock.json

+59-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@krauters/typescript-core",
33
"description": "A TypeScript Repository that stands as a starting point for all other TypeScript repositories.",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"main": "app.ts",
66
"type": "commonjs",
77
"scripts": {
@@ -25,13 +25,14 @@
2525
"devDependencies": {
2626
"@jest/globals": "^29.7.0",
2727
"@krauters/eslint-config": "^0.6.0",
28+
"@krauters/utils": "^0.4.0",
2829
"@types/jest": "^29.5.13",
2930
"husky": "^9.1.6",
3031
"jest": "^29.7.0",
3132
"nodemon": "^3.1.7",
3233
"ts-jest": "^29.2.5",
3334
"ts-node": "^10.9.2",
3435
"typescript": "^5.6.2",
35-
"typescript-eslint": "^8.7.0"
36+
"typescript-eslint": "^8.8.0"
3637
}
3738
}

0 commit comments

Comments
 (0)