Skip to content

Commit

Permalink
Add sharp resolutions following this [comment](nuxt/image#204 (comment)
Browse files Browse the repository at this point in the history
…).

Add missing .gitignore

Closes #11
  • Loading branch information
elrumordelaluz committed Oct 6, 2022
1 parent e182761 commit e94e5ac
Show file tree
Hide file tree
Showing 3 changed files with 358 additions and 404 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/node_modules
npm-debug.log
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"dependencies": {
"meow": "5.0.0",
"mkdirp": "0.5.1",
"sharp": "^0.31.1",
"svg-outline-stroke": "1.2.4"
},
"bin": {
Expand All @@ -18,5 +19,8 @@
},
"files": [
"cli.js"
]
],
"resolutions": {
"sharp": "^0.29.0"
}
}
Loading

0 comments on commit e94e5ac

Please sign in to comment.