Skip to content

Commit

Permalink
fix: make expo peer dependencies optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry committed Dec 27, 2023
1 parent d535e0b commit a98197f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drizzle-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@
},
"@opentelemetry/api": {
"optional": true
},
"expo-sqlite": {
"optional": true
},
"react": {
"optional": true
}
},
"devDependencies": {
Expand Down

0 comments on commit a98197f

Please sign in to comment.