diff --git a/package.json b/package.json index 8695fee..2199965 100644 --- a/package.json +++ b/package.json @@ -59,8 +59,8 @@ }, "homepage": "https://github.com/paldepind/snabbdom#readme", "husky": { - "hooks": { - "pre-commit": "npm test" - } + "hooks": { + "pre-commit": "npm test" } + } }