mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
43 lines
1.6 KiB
Diff
43 lines
1.6 KiB
Diff
Husky is an npm package which will automatically, without confirmation,
|
|
git hooks into the 'current' repository. When building this package,
|
|
this repository will be aports, which is unwanted to put it mildly.
|
|
|
|
diff --git a/ui/package.json b/ui/package.json
|
|
index 0fcd03deae..6c7ae337bf 100644
|
|
--- a/ui/package.json
|
|
+++ b/ui/package.json
|
|
@@ -101,7 +101,6 @@
|
|
"fuse.js": "^3.4.4",
|
|
"glob": "^4.0.5",
|
|
"http-proxy": "^1.1.6",
|
|
- "husky": "^4.2.5",
|
|
"is-ip": "^3.1.0",
|
|
"ivy-codemirror": "IvyApp/ivy-codemirror#c3b7f49f8e6492878619f8055695581240cce21a",
|
|
"lint-staged": "^10.1.3",
|
|
diff --git a/ui/yarn.lock b/ui/yarn.lock
|
|
index 8b5bbec3a6..7dc013d78e 100644
|
|
--- a/ui/yarn.lock
|
|
+++ b/ui/yarn.lock
|
|
@@ -9306,22 +9306,6 @@
|
|
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
|
|
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
|
|
|
|
-husky@^4.2.5:
|
|
- version "4.2.5"
|
|
- resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.5.tgz#2b4f7622673a71579f901d9885ed448394b5fa36"
|
|
- integrity sha512-SYZ95AjKcX7goYVZtVZF2i6XiZcHknw50iXvY7b0MiGoj5RwdgRQNEHdb+gPDPCXKlzwrybjFjkL6FOj8uRhZQ==
|
|
- dependencies:
|
|
- chalk "^4.0.0"
|
|
- ci-info "^2.0.0"
|
|
- compare-versions "^3.6.0"
|
|
- cosmiconfig "^6.0.0"
|
|
- find-versions "^3.2.0"
|
|
- opencollective-postinstall "^2.0.2"
|
|
- pkg-dir "^4.2.0"
|
|
- please-upgrade-node "^3.2.0"
|
|
- slash "^3.0.0"
|
|
- which-pm-runs "^1.0.0"
|
|
-
|
|
iconv-lite@0.4.23:
|
|
version "0.4.23"
|
|
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.23.tgz#297871f63be507adcfbfca715d0cd0eed84e9a63"
|