bun-git-hooks 0.2.5 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/cli.js +2 -1
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/bin/cli.js
CHANGED
|
@@ -604,7 +604,7 @@ class CAC extends EventEmitter {
|
|
|
604
604
|
}
|
|
605
605
|
}
|
|
606
606
|
// package.json
|
|
607
|
-
var version = "0.2.
|
|
607
|
+
var version = "0.2.6";
|
|
608
608
|
|
|
609
609
|
// src/git-hooks.ts
|
|
610
610
|
import fs from "fs";
|
|
@@ -797,6 +797,7 @@ var config = await loadConfig({
|
|
|
797
797
|
cwd: resolve2(__dirname, ".."),
|
|
798
798
|
defaultConfig
|
|
799
799
|
});
|
|
800
|
+
console.log("cwd", resolve2(__dirname, ".."));
|
|
800
801
|
|
|
801
802
|
// src/git-hooks.ts
|
|
802
803
|
var VALID_GIT_HOOKS = [
|
package/dist/index.js
CHANGED
package/package.json
CHANGED