Skip to content

Commit

Permalink
Merge pull request #79 from marmelab/fix/issue-with-isbinaryfile
Browse files Browse the repository at this point in the history
fix: fix the isbinaryfile dependency issue on build step
  • Loading branch information
benoitchazoule authored Mar 13, 2024
2 parents 75c1263 + 3ec27ff commit 39436bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"oclif": "^2.4.3",
"playwright": "1.30.0"
},
"resolutions": {
"oclif/**/isbinaryfile": "5.0.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.36.0",
"@babel/core": "^7.15.8",
Expand Down

0 comments on commit 39436bc

Please sign in to comment.