mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-05-02 17:16:42 +03:00
version bump
Patch installation failure due to postinstall script
This commit is contained in:
parent
f31abe30dc
commit
cc9ee3f853
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user