Skip to content

Commit

Permalink
chore: change link to homepage in package.json (#1824)
Browse files Browse the repository at this point in the history
Change the link of the homepage from this Git repository (which is
already documented in `bugs` and `repository` to a link to the
documentation.
  • Loading branch information
SethFalco committed Nov 8, 2023
1 parent 43df633 commit 96fedb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"optimize",
"minify"
],
"homepage": "https://github.com/svg/svgo",
"homepage": "https://svgo.dev",
"bugs": {
"url": "https://github.com/svg/svgo/issues"
},
Expand Down
4 changes: 3 additions & 1 deletion test/regression.js
Expand Up @@ -26,8 +26,10 @@ const runTests = async ({ list }) => {
console.info('Start browser...');
const processFile = async (page, name) => {
if (
// hard to detect the end of animation
// animated
name.startsWith('w3c-svg-11-test-suite/svg/animate-') ||
name === 'w3c-svg-11-test-suite/svg/filters-light-04-f.svg' ||
name === 'w3c-svg-11-test-suite/svg/filters-composite-05-f.svg' ||
// messed gradients
name === 'w3c-svg-11-test-suite/svg/pservers-grad-18-b.svg' ||
// removing wrapping <g> breaks :first-child pseudo-class
Expand Down

0 comments on commit 96fedb4

Please sign in to comment.