Skip to content

Commit

Permalink
Merge pull request #44 from eoingroat/fix/peerDependencies
Browse files Browse the repository at this point in the history
Fix: Adds peerDependencies
  • Loading branch information
rmp135 committed Jul 7, 2020
2 parents 807ba79 + b0316ae commit bfad02f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Expand Up @@ -16,6 +16,30 @@
"pretest": "tsc -p tsconfig.test.json",
"test": "jasmine ./__test/{**,}/*.spec.js"
},
"peerDependencies": {
"mssql": "^6.2.0",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"pg": "^8.0.3",
"sqlite3": "^4.1.1"
},
"peerDependenciesMeta": {
"mssql": {
"optional": true
},
"mysql": {
"optional": true
},
"mysql2": {
"optional": true
},
"pg": {
"optional": true
},
"sqlite3": {
"optional": true
}
},
"dependencies": {
"handlebars": "^4.1.2",
"knex": "^0.20.4",
Expand Down

0 comments on commit bfad02f

Please sign in to comment.