mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-11-16 00:59:07 +02:00
Migrate Husky to v9 (#10403)
This commit is contained in:
parent
7616d6f235
commit
fd8f577447
@ -1,5 +1,2 @@
|
|||||||
#!/bin/sh
|
|
||||||
. "$(dirname $0)/_/husky.sh"
|
|
||||||
|
|
||||||
npm run format
|
npm run format
|
||||||
git add -u
|
git add -u
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
"esbuild": "0.19.4",
|
"esbuild": "0.19.4",
|
||||||
"fake-diff": "1.0.0",
|
"fake-diff": "1.0.0",
|
||||||
"get-relative-luminance": "1.0.0",
|
"get-relative-luminance": "1.0.0",
|
||||||
"husky": "8.0.3",
|
"husky": "9.0.10",
|
||||||
"is-ci": "3.0.1",
|
"is-ci": "3.0.1",
|
||||||
"jsonschema": "1.4.1",
|
"jsonschema": "1.4.1",
|
||||||
"markdown-link-check": "3.11.2",
|
"markdown-link-check": "3.11.2",
|
||||||
@ -116,7 +116,7 @@
|
|||||||
"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",
|
"wslint": "editorconfig-checker",
|
||||||
"prepare": "is-ci || husky install",
|
"prepare": "is-ci || husky",
|
||||||
"prepublishOnly": "npm run build",
|
"prepublishOnly": "npm run build",
|
||||||
"postpublish": "npm run clean",
|
"postpublish": "npm run clean",
|
||||||
"test": "mocha tests --reporter tests/min-reporter.cjs --inline-diffs",
|
"test": "mocha tests --reporter tests/min-reporter.cjs --inline-diffs",
|
||||||
|
Loading…
Reference in New Issue
Block a user