Skip to content

Commit

Permalink
fix(toc): fix verb toc
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Mar 13, 2017
1 parent 90f34df commit 248d6cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ You might also be interested in [clean-stacktrace](https://github.com/tunnckocor
- [Install](#install)
- [Usage](#usage)
- [API](#api)
* [cleanStacktraceMetadata](#cleanstacktracemetadata)
- [Related](#related)
- [Contributing](#contributing)
- [Building docs](#building-docs)
- [Running tests](#running-tests)
- [Author](#author)
- [License](#license)

_(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_

## Install
Install with [npm](https://www.npmjs.com/)

Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,12 @@
},
"verb": {
"run": true,
"toc": true,
"toc": {
"render": true,
"method": "preWrite",
"maxdepth": 3,
"footer": ""
},
"layout": "empty",
"tasks": [
"readme"
Expand Down

0 comments on commit 248d6cc

Please sign in to comment.