Skip to content

Commit

Permalink
fix: add optional dependency to avoid npm bug
Browse files Browse the repository at this point in the history
See: npm/cli#4828
Signed-off-by: Till Sanders <mail@till-sanders.de>
  • Loading branch information
tillsanders committed Mar 21, 2024
1 parent 767fe7e commit d396d5e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 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 @@ -51,5 +51,8 @@
"devDependencies": {
"typescript": "^5.4.2",
"vitest": "^1.4.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.13.0"
}
}

0 comments on commit d396d5e

Please sign in to comment.