Skip to content

Commit

Permalink
Merge pull request #43 from Surnet/chore/dependencies
Browse files Browse the repository at this point in the history
chore(dependencies): update modules
  • Loading branch information
kalinchernev authored Dec 4, 2016
2 parents 44e4168 + ce3859f commit 0f4aa98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion bin/swagger-jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ if (!program.definition) {
console.log('Definition file is required.');
console.log('You can do that, for example: ');
console.log('$ swag-jsdoc -d swaggerDef.js ' + input.join(' '));
return program.help();
program.help();
process.exit(1);
}

// Override default output file if provided.
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/Surnet/swagger-jsdoc",
"dependencies": {
"commander": "^2.9.0",
"doctrine": "^1.2.0",
"doctrine": "^2.0.0",
"glob": "^7.0.3",
"js-yaml": "^3.5.3",
"recursive-iterator": "^2.0.3",
Expand All @@ -42,10 +42,10 @@
"chai": "^3.5.0",
"express": "^4.13.4",
"istanbul": "^0.4.2",
"jscs": "^2.10.1",
"mocha": "^2.4.5",
"mocha-jscs": "^4.2.0",
"jscs": "^3.0.0",
"mocha": "^3.2.0",
"mocha-jscs": "^5.0.0",
"mocha-jshint": "^2.3.1",
"supertest": "^1.2.0"
"supertest": "^2.0.1"
}
}
}

0 comments on commit 0f4aa98

Please sign in to comment.