Skip to content

Commit f968dd5

Browse files
committed
chore: getting rid of toc hook
1 parent 35c49d8 commit f968dd5

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

README.md

-21
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2-
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3-
## Table of contents
4-
5-
- [Fullstack MVC framework for Node.js](#fullstack-mvc-framework-for-nodejs)
6-
- [
7-
8-
Website
9-
10-
|
11-
12-
Guides
13-
14-
|
15-
16-
Contributing
17-
18-
](#website%0A----%0A------%0A----%0A------guides%0A----%0A------%0A----%0A------contributing)
19-
20-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
21-
221
<div align="center">
232
<img src="https://res.cloudinary.com/adonisjs/image/upload/q_100/v1558612869/adonis-readme_zscycu.jpg" width="600px">
243
</div>

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
},
7373
"husky": {
7474
"hooks": {
75-
"pre-commit": "doctoc README.md --title='## Table of contents' && git add README.md",
7675
"commit-msg": "node ./node_modules/@adonisjs/mrm-preset/validateCommit/conventional/validate.js"
7776
}
7877
},

0 commit comments

Comments
 (0)