From ae9f8f72ee93c374511951b3325d7410cdcfd74c Mon Sep 17 00:00:00 2001 From: Davlatjon Shavkatov Date: Sun, 14 Apr 2024 07:37:20 +0500 Subject: [PATCH] fix: upgrade dependencies, readme, lockfile chore(deps): upgrade dependencies chore(lockfile): remove `lockfile` docs: update readme chore: bump version chore(ci): `add squash on automerge` --- .github/workflows/automerge.yml | 1 + .gitignore | 1 + README.md | 6 +++--- bun.lockb | Bin 1294 -> 0 bytes package.json | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) delete mode 100755 bun.lockb diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index dad1a88..0d2e1c8 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -16,3 +16,4 @@ jobs: target: minor approve: true github-token: ${{ secrets.GH_TOKEN }} + command: squash and merge diff --git a/.gitignore b/.gitignore index b4d0c56..a5d5d16 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ commitlint .DS_Store node_modules +bun.lockb diff --git a/README.md b/README.md index 5f1993f..41f5f11 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ Look at [official documentation](https://github.com/conventionalcommit/commitlin ## Installation ```sh -npm install -g commitlint-go-npm +npm install dalisoft/commitlint-go-npm -D # or -yarn install commitlint-go-npm +yarn install dalisoft/commitlint-go-npm -D # or -bun add commitlint-go-npm +bun add dalisoft/commitlint-go-npm -D ``` ## Environment variables diff --git a/bun.lockb b/bun.lockb deleted file mode 100755 index 2f3203d0c9c7f704ee5daba8201dca5d2b22f798..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1294 zcmY#Z)GsYA(of3F(@)JSQ%EY!;{sycoc!eMw9K4T-L(9o+{6;yG6OCq1_p*RS$V!` zz7q2f=A3xWXZ5H1z_joq?`Om^HQkb2lfYghTE_xZ1Oy44>E@th)FRQq!w8{D*qq< zKV(Ue1(X7yd5jDYbCHc^(LJnRgjX$iO8a^sL$DnAEv_`QLXc#CwfZ+`eYiS_O0}T^GPF9EL zYrv%r*`2u5po$-WM$Hu{&1F+ul&qJTS6q^qlcNVqfO;WCsi}4fMg|JSnN_LzX*vof z3W+(H>3R8Sz~lk}|NcV&hzE8DD1w221xj<-lo}h^0X5<P%SrhNWvJ#yA5#V?9G)o`RYJqfx`5I5oE{wMfskq9nB_FEJ;$ zq$o2l-A=&}VUY#gq90I`%AmOr=x?B#46!;XIX^cyvm_@ouS7RJUpKEH7a^dhk6`EJ zr=%+A=@%5G79>SYxJ3yQ>|N+Y0#jFOUqVk>?9qSW-v;*z3DJ)l@tv0i>rI;b>( WD$>_Q;^=~XtXGm=1&*FUNB{sVTG#pj diff --git a/package.json b/package.json index 0fed59b..f94bb7b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "conventional-commit" ], "dependencies": { - "binary2npm": "^0.3.1" + "binary2npm": "https://github.com/dalisoft/binary2npm#v0.3.2" }, "repository": { "type": "git",