Skip to content

Commit

Permalink
fix(rollup): update rollup as optional dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpiac committed Feb 24, 2025
1 parent d7e4434 commit f5f3fbe
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 @@ -28,6 +28,9 @@
"build": "npx rollup -c",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "*"
},
"dependencies": {
"@hyperbrowser/sdk": "^0.30.0",
"@mozilla/readability": "^0.5.0",
Expand Down

0 comments on commit f5f3fbe

Please sign in to comment.