Skip to content

Commit

Permalink
chore: add optional dependencies for Rollup packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshshetty-dev committed Oct 21, 2024
1 parent e9b7e17 commit d429835
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 0 deletions.
210 changes: 210 additions & 0 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@
"preact": "^10.19.5",
"uuid": "^8.3.2"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
},
"lint-staged": {
"src/**/*.{ts,css,md}": [
"npm run prettier:fix",
Expand Down

0 comments on commit d429835

Please sign in to comment.