Comparing version 0.0.5 to 0.0.6
@@ -83,3 +83,3 @@ /*! | ||
View.prototype.writeDoc = function (filename, content) { | ||
var outputFile = this._getPath(filename) + '.html'; | ||
var outputFile = this._getPath('index') + '.html'; | ||
utils.file.write(outputFile, content); | ||
@@ -86,0 +86,0 @@ utils.log.ok('Saved to', path.relative(process.cwd(), outputFile)); |
{ | ||
"name": "commentjs", | ||
"description": "Simple API Documentation Generator", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"author": "Denis Ciccale (@tdecs)", | ||
@@ -6,0 +6,0 @@ "homepage": "http://github.com/dciccale/comment.js", |
163073