Skip to content

Commit

Permalink
Declare drivers as peerDependencies(Meta) (Fix #3059) (#3081)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapouer authored and kibertoad committed Oct 29, 2019
1 parent 6f5a13d commit a5c23a4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Expand Up @@ -44,6 +44,30 @@
"uuid": "^3.3.3",
"v8flags": "^3.1.3"
},
"peerDependencies": {
"mssql": "^5.1.0",
"mysql": "^2.17.1",
"mysql2": "^1.7.0",
"pg": "^7.12.1",
"sqlite3": "^4.1.0"
},
"peerDependenciesMeta": {
"mssql": {
"optional": true
},
"mysql": {
"optional": true
},
"mysql2": {
"optional": true
},
"pg": {
"optional": true
},
"sqlite3": {
"optional": true
}
},
"lint-staged": {
"*.{js,json}": [
"prettier --write",
Expand Down

0 comments on commit a5c23a4

Please sign in to comment.