Skip to content

Commit

Permalink
fix(marketplace): Add @rollup/rollup-linux-x64-gnu as optional dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jschill committed Dec 19, 2023
1 parent f20aeb8 commit 8041714
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 0 deletions.
159 changes: 159 additions & 0 deletions frontend/marketplace/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions frontend/marketplace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,8 @@
"engines": {
"npm": ">=10.2.3",
"node": ">=20.10.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.9.1"
}
}

0 comments on commit 8041714

Please sign in to comment.