version bump

Patch installation failure due to postinstall script
This commit is contained in:
Eric Cornelissen 2021-10-31 11:37:18 +01:00
parent f31abe30dc
commit cc9ee3f853

View File

@ -1,6 +1,6 @@
{ {
"name": "simple-icons", "name": "simple-icons",
"version": "5.21.0", "version": "5.21.1",
"description": "SVG icons for popular brands https://simpleicons.org", "description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://simpleicons.org", "homepage": "https://simpleicons.org",
"keywords": [ "keywords": [
@ -58,7 +58,6 @@
"jsonlint": "node scripts/lint/jsonlint.js", "jsonlint": "node scripts/lint/jsonlint.js",
"svglint": "svglint icons/*.svg --ci", "svglint": "svglint icons/*.svg --ci",
"wslint": "editorconfig-checker -exclude \\.svg$", "wslint": "editorconfig-checker -exclude \\.svg$",
"postinstall": "is-ci || husky install",
"prepublishOnly": "npm run build", "prepublishOnly": "npm run build",
"postpublish": "npm run clean", "postpublish": "npm run clean",
"test": "jest", "test": "jest",