Comparing version 0.0.12 to 0.0.13
@@ -82,3 +82,3 @@ function JsDoc() { | ||
var lines = str.split('\n').map(function(line) { | ||
return line.replace(/^\s*\*/, ''); | ||
return line.replace(/^\s*\*( )?/, ''); | ||
}); | ||
@@ -85,0 +85,0 @@ var description = []; |
{ | ||
"author": "Marat Dulin", | ||
"name": "analyze", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"engines": { | ||
@@ -6,0 +6,0 @@ "node": "0.10" |
123102