Skip to content

Commit a48fe6f

Browse files
authored
fix: remove optional dependencies (#41)
## 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.
1 parent 9cd6813 commit a48fe6f

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

package-lock.json

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545
"peerDependencies": {
4646
"@supabase/supabase-js": "^2.43.4"
4747
},
48-
"optionalDependencies": {
49-
"@rollup/rollup-linux-x64-gnu": "^4.9.5"
50-
},
5148
"dependencies": {
5249
"cookie": "^0.6.0"
5350
}

0 commit comments

Comments
 (0)