Skip to content

Commit

Permalink
Add rollup native packages as optdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris committed Jan 1, 2025
1 parent bd3444b commit a8f8890
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 3 deletions.
47 changes: 44 additions & 3 deletions package-lock.json

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

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,10 @@
"vite": "^6.0.6",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^2.1.8"
},
"optionalDependencies": {
"@rollup/rollup-darwin-arm64": "^4.29.1",
"@rollup/rollup-linux-x64-gnu": "^4.29.1",
"@rollup/wasm-node": "^4.29.1"
}
}

0 comments on commit a8f8890

Please sign in to comment.