From cc9ee3f853064a69adfa10382d05fede2b1e6901 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Sun, 31 Oct 2021 11:37:18 +0100 Subject: [PATCH] version bump Patch installation failure due to postinstall script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 3ac86382..2aba4825 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "5.21.0", + "version": "5.21.1", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://simpleicons.org", "keywords": [ @@ -58,7 +58,6 @@ "jsonlint": "node scripts/lint/jsonlint.js", "svglint": "svglint icons/*.svg --ci", "wslint": "editorconfig-checker -exclude \\.svg$", - "postinstall": "is-ci || husky install", "prepublishOnly": "npm run build", "postpublish": "npm run clean", "test": "jest",