From b21f9d7b06941fde3e446dc34d30e62f3259af46 Mon Sep 17 00:00:00 2001 From: Egor Avakumov Date: Tue, 23 Jun 2020 23:16:46 +0700 Subject: [PATCH] feat: add chore type commit --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 8b9dc2b..6fc2695 100644 --- a/package.json +++ b/package.json @@ -103,6 +103,10 @@ { "type": "test", "description": "Development changes related to tests" + }, + { + "type": "chore", + "description": "Development changes related to scripts" } ], "items": {