Skip to content

Commit

Permalink
fix: run npm pkg fix to fix repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Veneman committed Jun 8, 2024
1 parent 7901790 commit aaf0a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Bart Veneman",
"repository": {
"type": "git",
"url": "https://github.com/projectwallace/css-analyzer"
"url": "git+https://github.com/projectwallace/css-analyzer.git"
},
"homepage": "https://www.projectwallace.com/oss",
"issues": "https://github.com/projectwallace/css-analyzer/issues",
Expand Down Expand Up @@ -61,4 +61,4 @@
"mangle": {
"regex": "^_[^_]"
}
}
}

0 comments on commit aaf0a1f

Please sign in to comment.