Skip to content

Commit

Permalink
Fix repository
Browse files Browse the repository at this point in the history
  • Loading branch information
toplenboren committed Mar 25, 2024
1 parent 32cb2aa commit a718a00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -22,7 +22,10 @@
"linter"
],
"license": "MIT",
"repository": "toplenboren/simple-git-hooks",
"repository": {
"type": "git",
"url": "https://github.com/toplenboren/simple-git-hooks.git"
},
"lint-staged": {
"*.js": "eslint"
},
Expand Down

0 comments on commit a718a00

Please sign in to comment.