Skip to content

Commit

Permalink
Update dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Renskers committed Apr 2, 2015
1 parent b03a829 commit 5cf34d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/raml2html.js
Expand Up @@ -82,8 +82,8 @@ function getDefaultConfig(https, mainTemplate) {

if (require.main === module) {
program
.usage('[options] [RAML input file]')
.version(pjson.version)
.usage('[options] [RAML input file]')
.option('-i, --input [input]', 'RAML input file')
.option('-s, --https', 'Use https links in the generated output')
.option('-o, --output [output]', 'HTML output file')
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -10,11 +10,11 @@
"url": "https://github.com/kevinrenskers/raml2html/issues"
},
"dependencies": {
"commander": "2.2.x",
"commander": "2.7.x",
"marked": "0.3.x",
"minimize": "0.8.x",
"minimize": "1.3.x",
"nunjucks": "1.2.x",
"nunjucks-markdown": "^1.0.0",
"nunjucks-markdown": "1.0.x",
"q": "1.2.x",
"raml2obj": "2.0.x"
},
Expand Down

0 comments on commit 5cf34d1

Please sign in to comment.