Skip to content

Commit

Permalink
fix: mark database drivers as optional peer dependencies (#12484)
Browse files Browse the repository at this point in the history
  • Loading branch information
DRoet committed Jul 11, 2020
1 parent 96f4166 commit ec2af0d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Expand Up @@ -90,6 +90,26 @@
"tedious": "8.3.0",
"typescript": "^3.9.3"
},
"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 ec2af0d

Please sign in to comment.