Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes J. Schmidt committed Feb 9, 2016
1 parent afcf4a5 commit c0e06e5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
},
"homepage": "https://github.com/eHealthAfrica/couchdb-bootstrap#readme",
"devDependencies": {
"nano": "^6.1.5",
"nano": "^6.2.0",
"tap-spec": "^4.1.1",
"tape": "^4.2.2",
"tape": "^4.4.0",
"semantic-release": "^6.0.3"
},
"dependencies": {
"async": "^1.5.0",
"couchdb-configure": "^1.5.0",
"couchdb-push": "^2.3.0",
"couchdb-secure": "^1.4.1",
"glob": "^6.0.1",
"async": "^1.5.2",
"couchdb-configure": "^1.5.1",
"couchdb-push": "^2.3.1",
"couchdb-secure": "^1.4.2",
"glob": "^6.0.4",
"minimist": "^1.2.0",
"nano-option": "^1.2.1"
"nano-option": "^1.2.2"
}
}

0 comments on commit c0e06e5

Please sign in to comment.