Skip to content

Commit

Permalink
add rollup as optional dependency for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidobrinski committed Feb 1, 2024
1 parent 5468edb commit 2c61fd4
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 1 deletion.
174 changes: 174 additions & 0 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@
"vitest": "^1.2.0",
"xstate": "^5.5.2"
},
"type": "module"
"type": "module",
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.9.6"
}
}

0 comments on commit 2c61fd4

Please sign in to comment.