git-truck 0.0.0-409d666 → 0.0.0-54e5df8
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/build/index.js +2 -2
- package/cli.js +279 -264
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -2610,11 +2610,11 @@ var import_perf_hooks = require("perf_hooks"), import_path2 = require("path");
|
|
|
2610
2610
|
// package.json
|
|
2611
2611
|
var package_default = {
|
|
2612
2612
|
name: "git-truck",
|
|
2613
|
-
version: "0.0.0-
|
|
2613
|
+
version: "0.0.0-54e5df8",
|
|
2614
2614
|
private: !1,
|
|
2615
2615
|
description: "Visualizing a Git repository",
|
|
2616
2616
|
license: "MIT",
|
|
2617
|
-
main: "./
|
|
2617
|
+
main: "./cli.js",
|
|
2618
2618
|
bin: "./cli.js",
|
|
2619
2619
|
files: [
|
|
2620
2620
|
"LICENSE",
|