Skip to content

Commit

Permalink
Change Unix line ending.
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed Dec 2, 2013
1 parent 907c4f2 commit dd87f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/apidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var argv = optimist
.option("f", {
alias: "file-filters",
"default": ".*\\.js$",
describe: "RegEx-Filter to select files that should be parsed (many -f can be used)."
describe: "RegEx-Filter to select files that should be parsed (multiple -f can be used)."
})

.option("e", {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apidoc",
"version": "0.2.7",
"version": "0.2.8",
"description": "RESTful web API Documentation Generator",
"author": "Peter Rottmann <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit dd87f3e

Please sign in to comment.