From 0185a99a29897629da0a30bf31749cec66ed0111 Mon Sep 17 00:00:00 2001 From: Viktor Varland Date: Thu, 6 May 2021 13:22:23 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf293a5c..65076d0e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,8 +31,7 @@ to run with a single command: "d2-style check" * "d2-style install" is no longer used to set up linters. As of husky@5 the tool is vastly simplified and much faster. Hooks can be installed -manually with "d2-style install", but is also run as a "post-install" script -that we control for consistency. Configuration is added to the project with the +manually with "d2-style install". Configuration is added to the project with the "d2-style add" command. * Husky has been removed from cli-style. You will need to remove hooks that reference husky.sh in .git/hooks.