Skip to content

Commit

Permalink
Make bluebird a dependency (see knex/knex#3704). Update devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
llambda authored and GGcode1 committed Jan 15, 2021
1 parent 63315dd commit 73a66f2
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@
"test": "node test.js"
},
"license": "ISC",
"dependencies": {
"bluebird": "^3.7.2"
},
"devDependencies": {
"bluebird": "^3.7.2",
"express": "^4.17.1",
"express-session": "^1.17.0",
"knex": "^0.20.1",
"mysql": "^2.17.1",
"pg": "^7.12.1",
"sqlite3": "^4.1.0",
"tape": "^4.11.0"
"knex": "^0.20.11",
"mysql": "^2.18.1",
"pg": "^7.18.2",
"sqlite3": "^4.1.1",
"tape": "^4.13.2"
}
}

0 comments on commit 73a66f2

Please sign in to comment.