Skip to content

Commit

Permalink
fix: remove optional dependencies (#41)
Browse files Browse the repository at this point in the history
## What kind of change does this PR introduce?

This is causing an issue for a user when deploying to vercel as it's
trying to install this optional dependency. However it doesn't look like
this optional dependency is being used anywhere in this project.

## What is the current behavior?

Optional dependency is not being used.

## What is the new behavior?

Remove optional dependency.

## Additional context

Add any other context or screenshots.
  • Loading branch information
silentworks authored Aug 27, 2024
1 parent 9cd6813 commit a48fe6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions package-lock.json

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

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
"peerDependencies": {
"@supabase/supabase-js": "^2.43.4"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.9.5"
},
"dependencies": {
"cookie": "^0.6.0"
}
Expand Down

0 comments on commit a48fe6f

Please sign in to comment.