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 28, 2023
1 parent d535e0b commit 4e33216
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drizzle-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,15 @@
},
"@opentelemetry/api": {
"optional": true
},
"expo-sqlite": {
"optional": true
},
"react": {
"optional": true
},
"@types/react": {
"optional": true
}
},
"devDependencies": {
Expand Down

0 comments on commit 4e33216

Please sign in to comment.