Skip to content

Commit

Permalink
More tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbjensen committed Jan 11, 2025
1 parent 874d1f7 commit 987ee01
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
23 changes: 18 additions & 5 deletions package-lock.json

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

10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@babel/parser": "^7.22.5",
"@babel/types": "^7.22.5",
"@types/jest": "^29.5.2",
"@types/node": "^22.10.5",
"@types/websocket": "^1.0.5",
"@types/window-or-global": "^1.0.6",
"dom-storage": "^2.1.0",
Expand All @@ -37,7 +38,7 @@
"prettier": "^3.0.3",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.1.3"
"typescript": "^5.7.3"
},
"scripts": {
"build": "tsc --project tsconfig.json",
Expand Down Expand Up @@ -68,10 +69,5 @@
"bugs": {
"url": "https://github.com/anephenix/sarus/issues"
},
"homepage": "https://github.com/anephenix/sarus#readme",
"husky": {
"hooks": {
"pre-commit": "npm run build && npm run prettier && git add . && npm t"
}
}
"homepage": "https://github.com/anephenix/sarus#readme"
}

0 comments on commit 987ee01

Please sign in to comment.