Skip to content

Commit

Permalink
chore: Update repository links (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja authored Jun 7, 2024
1 parent d9f07d6 commit 4f79345
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- id: svglint
name: svglint
entry: svglint -C # The `-C` flag is used due to https://github.com/birjj/svglint/issues/56
entry: svglint -C # The `-C` flag is used due to https://github.com/simple-icons/svglint/issues/56
description: Linter for SVGs
language: node
types:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/birjj/svglint"
"url": "https://github.com/simple-icons/svglint"
},
"bugs": {
"url": "https://github.com/birjj/svglint/issues"
"url": "https://github.com/simple-icons/svglint/issues"
},
"scripts": {
"lint": "xo",
Expand Down

0 comments on commit 4f79345

Please sign in to comment.