Skip to content

Commit

Permalink
Upgraded dependencies. v. 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pjmolina committed Oct 23, 2017
1 parent 5b6035c commit c22bc3b
Show file tree
Hide file tree
Showing 3 changed files with 368 additions and 315 deletions.
16 changes: 8 additions & 8 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "baucis-openapi3",
"version": "0.2.3",
"version": "0.2.4",
"description": "Generate customizable OpenAPI version 3.0.0 definitions for your Baucis REST API.",
"homepage": "https://github.com/metadevpro/baucis-openapi3",
"repository": {
Expand Down Expand Up @@ -32,16 +32,16 @@
},
"devDependencies": {
"async": "^2.5.0",
"baucis": "~1.6.5",
"baucis": "~1.6.7",
"codeclimate-test-reporter": "^0.5.0",
"coveralls": "^2.13.1",
"eslint": "^4.6.1",
"coveralls": "^3.0.0",
"eslint": "^4.9.0",
"expect.js": "~0.3.1",
"express": "~4.15.4",
"mocha": "~3.5.2",
"mongoose": "^4.8.5",
"express": "~4.16.2",
"mocha": "~4.0.1",
"mongoose": "^4.12.4",
"nyc": "^11.2.1",
"request": "^2.81.0"
"request": "^2.83.0"
},
"keywords": [
"baucis",
Expand Down
4 changes: 3 additions & 1 deletion test/fixtures/vegetable.js
Expand Up @@ -94,7 +94,9 @@ mongoose.model('chargeArea', ChargeArea);
// __Module Definition__
var fixture = module.exports = {
init: function (done) {
mongoose.connect(config.mongo.url);
mongoose.connect(config.mongo.url, {
useMongoClient: true
});

var serverVars = plugin
.buildServerVariables()
Expand Down

0 comments on commit c22bc3b

Please sign in to comment.