Skip to content

Commit

Permalink
Make documentation look better
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampax committed Oct 18, 2019
1 parent bfa51db commit 8c860d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion jsdoc.json
Expand Up @@ -14,7 +14,10 @@
},
"templates": {
"cleverLinks": true,
"monospaceLinks": true
"monospaceLinks": true,
"default": {
"useLongnameInNav": true
}
}
}

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"lint": "eslint ./lib",
"test": "nyc node ./test",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"doc": "jsdoc -c jsdoc.json -r index.js lib/"
"doc": "jsdoc -c jsdoc.json --readme README.md --package package.json --verbose -r index.js lib/"
},
"devDependencies": {
"coveralls": "^3.0.1",
Expand Down

0 comments on commit 8c860d9

Please sign in to comment.