Skip to content

Commit

Permalink
Declare drivers as peerDependencies(Meta) (Fix knex#3059)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapouer committed Mar 3, 2019
1 parent dfe0129 commit 42062bd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Expand Up @@ -25,6 +25,30 @@
"uuid": "^3.3.2",
"v8flags": "^3.1.2"
},
"peerDependencies": {
"mssql": "^5.0.0-alpha.1",
"mysql": "^2.16.0",
"mysql2": "^1.6.4",
"pg": "^7.8.0",
"sqlite3": "^4.0.6"
},
"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 42062bd

Please sign in to comment.