Skip to content

Commit

Permalink
Declare drivers as optionalDependencies (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 f4bb519
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Expand Up @@ -25,6 +25,13 @@
"uuid": "^3.3.2",
"v8flags": "^3.1.2"
},
"optionalDependencies": {
"mssql": "^5.0.0-alpha.1",
"mysql": "^2.16.0",
"mysql2": "^1.6.4",
"pg": "^7.8.0",
"sqlite3": "^4.0.6"
},
"lint-staged": {
"*.{js,json}": [
"prettier --write",
Expand Down

0 comments on commit f4bb519

Please sign in to comment.