diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-10-16 08:54:30 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-10-21 20:01:23 +0000 |
commit | bdb856ef235be40005953635fe7c92a076fadd53 (patch) | |
tree | d3ddaec35a7c7ebfdbdd341cab021fff5838c5ad /community/greenbone-security-assistant/remove-husky-git-hook.patch | |
parent | dbcb96140a87c589a180010f9c96ff7a0ef638a6 (diff) | |
download | aports-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.patch | 30 |
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" -- ] -- } -+ ] - } |