Skip to content

Commit

Permalink
chore: update deps & prepare simple-git-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
leedom92 committed Apr 27, 2024
1 parent 4931b6c commit 25d3502
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"license": "MIT",
"scripts": {
"lint": "eslint .",
"release": "bumpp -r && pnpm -r publish --access public"
"release": "bumpp -r && pnpm -r publish --access public",
"prepare": "simple-git-hooks"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand All @@ -24,7 +25,7 @@
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"lint-staged": "^15.2.2",
"simple-git-hooks": "^2.10.0",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.3.3"
}
}

0 comments on commit 25d3502

Please sign in to comment.