Skip to content

Commit

Permalink
Added @rollup/rollup-linux-x64-gnu as optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
W4G1 committed Dec 18, 2023
1 parent 082b5bc commit 587ea3a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 16 deletions.
47 changes: 33 additions & 14 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
"rollup": "^4.8.0",
"rollup-plugin-ts": "^3.4.5",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"@rollup/rollup-linux-x64-gnu": "^4.9.1"
"typescript": "^5.3.3"
},
"scripts": {
"build:worker": "rimraf .temp && rollup -c rollup.config.worker.js --configPlugin @rollup/plugin-typescript",
Expand All @@ -63,5 +62,8 @@
"dependencies": {},
"peerDependencies": {
"web-worker": "^1.2.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.9.1"
}
}

0 comments on commit 587ea3a

Please sign in to comment.