Skip to content

Commit

Permalink
fix: mark database drivers as optional peer dependencies (sequelize#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
DRoet authored and Jean Carlos Taveras committed Mar 29, 2021
1 parent 25d6192 commit 108eb34
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,26 @@
"optional": true
}
},
"peerDependenciesMeta": {
"pg": {
"optional": true
},
"pg-hstore": {
"optional": true
},
"mysql2": {
"optional": true
},
"mariadb": {
"optional": true
},
"sqlite3": {
"optional": true
},
"tedious": {
"optional": true
}
},
"keywords": [
"mysql",
"mariadb",
Expand Down

0 comments on commit 108eb34

Please sign in to comment.