Skip to content

Commit

Permalink
Add nano v7 with promise support. Bump version. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhanlon committed Jul 25, 2018
1 parent 10f0d69 commit 363985a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "fastify-couchdb",
"version": "0.1.3",
"version": "0.2.0",
"description": "Fastify CouchDB connection plugin",
"main": "index.js",
"scripts": {
Expand All @@ -26,11 +26,11 @@
"url": "git+https://github.com/nigelhanlon/fastify-couchdb.git"
},
"dependencies": {
"fastify-plugin": "^1.0.0",
"nano": "^6.4.4"
"fastify-plugin": "^1.2.0",
"nano": "^7.0.0"
},
"devDependencies": {
"fastify": "^1.2.1",
"fastify": "^1.9.0",
"standard": "^11.0.1",
"tap": "^12.0.1"
}
Expand Down

0 comments on commit 363985a

Please sign in to comment.