From f968dd509870b885d9ad887c5b8b48be62146038 Mon Sep 17 00:00:00 2001 From: Harminder virk Date: Sat, 27 Jul 2019 15:42:48 +0530 Subject: [PATCH] chore: getting rid of toc hook --- README.md | 21 --------------------- package.json | 1 - 2 files changed, 22 deletions(-) diff --git a/README.md b/README.md index 6edb339b..28ea0c07 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,3 @@ - - -## Table of contents - -- [Fullstack MVC framework for Node.js](#fullstack-mvc-framework-for-nodejs) -- [ - - Website - - | - - Guides - - | - - Contributing - - ](#website%0A----%0A------%0A----%0A------guides%0A----%0A------%0A----%0A------contributing) - - -
diff --git a/package.json b/package.json index ec88afdc..73a686b5 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,6 @@ }, "husky": { "hooks": { - "pre-commit": "doctoc README.md --title='## Table of contents' && git add README.md", "commit-msg": "node ./node_modules/@adonisjs/mrm-preset/validateCommit/conventional/validate.js" } },