Skip to content

Commit 11ea059

Browse files
committed
noot
2 parents 0935d6f + 5e5ad6a commit 11ea059

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
contents: write
1010

1111
env:
12-
GITHOOK_DISABLE: 1
12+
GITHOOK: 0
1313

1414
jobs:
1515
release:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ there is no real innovation here. basically everything is copied from husky.
3636

3737
## contribution info
3838

39-
so there is very primative bundling, aka we cat all the files together to build.
39+
so there is very primative bundler, aka we cat all the files together to build lol.
4040

4141
happy to accept any contributions.
4242

src/constants.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# constants
22

3-
GITHOOK_VERSION="0.1.9"
3+
GITHOOK_VERSION="0.1.10"
44
GITHOOK_API_URL="https://githook.sh"
55
GITHOOK_DIR=".githook"
66
GITHOOK_INTERNAL_DIR=".githook/_"

0 commit comments

Comments
 (0)