Skip to content

Commit

Permalink
In progress #252
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Nov 16, 2024
1 parent de5fc4d commit 563fb8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"homepage": "https://github.com/11ty/eleventy-img#readme",
"dependencies": {
"@11ty/eleventy-fetch": "^4.0.1",
"@11ty/eleventy-fetch": "^5.0.1-beta.1",
"@11ty/eleventy-utils": "^1.0.3",
"brotli-size": "^4.0.0",
"debug": "^4.3.7",
Expand Down
1 change: 1 addition & 0 deletions src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class Util {
}

return false;
// eslint-disable-next-line no-unused-vars
} catch(e) {
// invalid url OR local path
return false;
Expand Down

0 comments on commit 563fb8c

Please sign in to comment.