Skip to content

Commit 41f7126

Browse files
committed
Remove (slow) precommit
1 parent 0fabca1 commit 41f7126

File tree

4 files changed

+11
-60
lines changed

4 files changed

+11
-60
lines changed

.mailmap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Thomas Rory Gummerson <[email protected]>
2+
Wojciech Pawlik <[email protected]>

package-lock.json

Lines changed: 7 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"description": "Telegram guard bot to manage network of groups.",
55
"main": "index.js",
66
"scripts": {
7-
"precommit": "bash scripts/pre-commit.sh",
87
"postversion": "git push --atomic --follow-tags origin develop develop:master",
98
"start": "node index",
109
"lint": "eslint .",
@@ -23,7 +22,7 @@
2322
"author": "Thomas Rory Gummerson <[email protected]> (https://trgwii.no)",
2423
"contributors": [
2524
"Pouria Ezzati <[email protected]> (https://thedevs.network)",
26-
"GingerPlusPlus <[email protected]>"
25+
"Wojciech Pawlik <[email protected]>"
2726
],
2827
"license": "AGPL-3.0",
2928
"bugs": {
@@ -43,12 +42,11 @@
4342
"xregexp": "^4.2.0"
4443
},
4544
"engines": {
46-
"node": ">=8.1.3"
45+
"node": ">=12.3.1"
4746
},
4847
"devDependencies": {
4948
"eslint": "^6.0.1",
5049
"eslint-fix": "github:GingerPlusPlus/eslint-fix",
51-
"husky": "^0.14.3",
5250
"typescript": "^3.8.3"
5351
}
5452
}

scripts/pre-commit.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)