aboutsummaryrefslogtreecommitdiffstats
path: root/community/greenbone-security-assistant/remove-husky-git-hook.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-10-16 08:54:30 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-10-21 20:01:23 +0000
commitbdb856ef235be40005953635fe7c92a076fadd53 (patch)
treed3ddaec35a7c7ebfdbdd341cab021fff5838c5ad /community/greenbone-security-assistant/remove-husky-git-hook.patch
parentdbcb96140a87c589a180010f9c96ff7a0ef638a6 (diff)
downloadaports-bdb856ef235be40005953635fe7c92a076fadd53.tar.bz2
aports-bdb856ef235be40005953635fe7c92a076fadd53.tar.xz
community/perl-net-dns-sec: upgrade to 1.14
Diffstat (limited to 'community/greenbone-security-assistant/remove-husky-git-hook.patch')
-rw-r--r--community/greenbone-security-assistant/remove-husky-git-hook.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/community/greenbone-security-assistant/remove-husky-git-hook.patch b/community/greenbone-security-assistant/remove-husky-git-hook.patch
deleted file mode 100644
index 9c628920a7..0000000000
--- a/community/greenbone-security-assistant/remove-husky-git-hook.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/gsa/package.json b/gsa/package.json
-index bfed2dc..174462c 100644
---- a/gsa/package.json
-+++ b/gsa/package.json
-@@ -75,7 +75,6 @@
- },
- "devDependencies": {
- "eslint-config-prettier": "^4.0.0",
-- "husky": "^1.3.1",
- "jest-dom": "^3.0.0",
- "jest-junit": "^6.0.1",
- "jest-styled-components": "^6.2.0",
-@@ -97,16 +96,5 @@
- "not dead",
- "not ie < 11",
- "not op_mini all"
-- ],
-- "husky": {
-- "hooks": {
-- "pre-commit": "lint-staged"
-- }
-- },
-- "lint-staged": {
-- "*.{js,json}": [
-- "prettier --write",
-- "git add"
-- ]
-- }
-+ ]
- }