Skip to content

Commit

Permalink
chore: Add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
guizzo committed Sep 26, 2023
1 parent 9cbd89c commit 52f8795
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
16 changes: 16 additions & 0 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"scripts": {
"format": "prettier --write ."
"format": "prettier --write .",
"prepare": "husky install"
},
"devDependencies": {
"prettier": "^3.0.2"
"prettier": "^3.0.2",
"husky": "^8.0.0"
}
}

0 comments on commit 52f8795

Please sign in to comment.